#941F18

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

Shades of Mandarian Orange #941F18

Tints of Mandarian Orange #941F18

Color information

#941F18 (or 0x941F18) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1F and 18. RGB value is (148,31,24). Sum of RGB (Red+Green+Blue) = 148+31+24=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #941F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F18 is #6BE0E7. Grayscale: #414141. Windows color (decimal): -7069928 or 1580948. OLE color: 1580948.

HSL color Cylindrical-coordinate representation of color #941F18: hue angle of 3.39º 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 #941F18 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1483124-
CMYK00.790.840.42
HSL3.39º72.09%33.73%-
HSV(B)3.39º83.78%58.04%-
XYZ12.877.341.6-
YUV65.18104.76187.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.91%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=72.91%
G=15.27%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148312400.790.840.423.3972.0933.73
Hex941F1804F542A34822
Octal2243730011712452311042
Binary100101001111111000010011111010100101010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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