#982112

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

Shades of Mandarian Orange #982112

Tints of Mandarian Orange #982112

Color information

#982112 (or 0x982112) is unknown color: approx Mandarian Orange. HEX triplet: 98, 21 and 12. RGB value is (152,33,18). Sum of RGB (Red+Green+Blue) = 152+33+18=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #982112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982112 is #67DEED. Grayscale: #434343. Windows color (decimal): -6807278 or 1188248. OLE color: 1188248.

HSL color Cylindrical-coordinate representation of color #982112: hue angle of 6.72º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982112 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1523318-
CMYK00.780.880.40
HSL6.72º78.82%33.33%-
HSV(B)6.72º88.16%59.61%-
XYZ13.67.811.36-
YUV66.87100.42188.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.88%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=74.88%
G=16.26%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152331800.780.880.406.7278.8233.33
Hex98211204E582874f21
Octal2304122011613050711741
Binary10011000100001100100100111010110001010001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982112; }

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

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

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

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

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

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

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

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