#981412

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

Shades of Mandarian Orange #981412

Tints of Mandarian Orange #981412

Color information

#981412 (or 0x981412) is unknown color: approx Mandarian Orange. HEX triplet: 98, 14 and 12. RGB value is (152,20,18). Sum of RGB (Red+Green+Blue) = 152+20+18=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981412 is #67EBED. Grayscale: #3B3B3B. Windows color (decimal): -6810606 or 1184920. OLE color: 1184920.

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

Color convert

RGB1522018-
CMYK00.870.880.40
HSL0.9º78.82%33.33%-
HSV(B)0.9º88.16%59.61%-
XYZ13.317.221.26-
YUV59.24104.73194.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=80%
G=10.53%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152201800.870.880.400.978.8233.33
Hex981412057582814f21
Octal2302422012713050111741
Binary10011000101001001001010111101100010100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981412; }

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

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

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

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

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

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

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

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