#981E18

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

Shades of Mandarian Orange #981E18

Tints of Mandarian Orange #981E18

Color information

#981E18 (or 0x981E18) is unknown color: approx Mandarian Orange. HEX triplet: 98, 1E and 18. RGB value is (152,30,24). Sum of RGB (Red+Green+Blue) = 152+30+24=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #981E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981E18 is #67E1E7. Grayscale: #414141. Windows color (decimal): -6808040 or 1580696. OLE color: 1580696.

HSL color Cylindrical-coordinate representation of color #981E18: hue angle of 2.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981E18 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1523024-
CMYK00.800.840.40
HSL2.81º72.73%34.51%-
HSV(B)2.81º84.21%59.61%-
XYZ13.587.671.63-
YUV65.79104.42189.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=73.79%
G=14.56%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152302400.800.840.402.8172.7334.51
Hex981E18050542834923
Octal2303630012012450311143
Binary100110001111011000010100001010100101000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981E18; }

 p { color: rgb(152,30,24); }

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

<style>
 a { background-color: #981E18; }

 a { background-color: rgb(152,30,24); }

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

<style>
 span { border-color: #981E18; }

 span { border-color: rgb(152,30,24); }

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