#941c18

Color #941C18 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #941C18

Tints of Mandarian Orange #941C18

Color information

#941C18 (or 0x941C18) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1C and 18. RGB value is (148,28,24). Sum of RGB (Red+Green+Blue) = 148+28+24=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #941C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C18 is #6BE3E7. Grayscale: #3F3F3F. Windows color (decimal): -7070696 or 1580180. OLE color: 1580180.

HSL color Cylindrical-coordinate representation of color #941C18: hue angle of 1.94º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941C18 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1482824-
CMYK00.810.840.42
HSL1.94º72.09%33.73%-
HSV(B)1.94º83.78%58.04%-
XYZ12.797.191.58-
YUV63.42105.76188.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 74%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 24 (9.77% from 255) = 12%
R=74%
G=14%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148282400.810.840.421.9472.0933.73
Hex941C18051542A24822
Octal2243430012112452211042
Binary100101001110011000010100011010100101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941c18; }

 p { color: rgb(148,28,24); }

 H1.HeaderClassName
 {
   color: #941c18;
 }
 .AnyTagClassName
 {
   color: #941c18;
 }
</style>
background-color css

<style>
 a { background-color: #941c18; }

 a { background-color: rgb(148,28,24); }

 div.DivClassName
 {
   background-color: #941c18;
 }
 .BgClassName
 {
   background-color: #941c18;
 }
</style>
border-color css

<style>
 span { border-color: #941c18; }

 span { border-color: rgb(148,28,24); }

 td.TdClassName
 {
   border-color: #941c18;
 }
 .TagClassName
 {
   border-color: #941c18;
 }
</style>