#982118

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

Shades of Mandarian Orange #982118

Tints of Mandarian Orange #982118

Color information

#982118 (or 0x982118) is unknown color: approx Mandarian Orange. HEX triplet: 98, 21 and 18. RGB value is (152,33,24). Sum of RGB (Red+Green+Blue) = 152+33+24=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982118 is #67DEE7. Grayscale: #434343. Windows color (decimal): -6807272 or 1581464. OLE color: 1581464.

HSL color Cylindrical-coordinate representation of color #982118: hue angle of 4.22º 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 #982118 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1523324-
CMYK00.780.840.40
HSL4.22º72.73%34.51%-
HSV(B)4.22º84.21%59.61%-
XYZ13.667.831.66-
YUV67.56103.42188.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=72.73%
G=15.79%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152332400.780.840.404.2272.7334.51
Hex98211804E542844923
Octal2304130011612450411143
Binary10011000100001110000100111010101001010001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982118; }

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

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

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

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

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

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

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

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