#981F19

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

Shades of Mandarian Orange #981F19

Tints of Mandarian Orange #981F19

Color information

#981F19 (or 0x981F19) is unknown color: approx Mandarian Orange. HEX triplet: 98, 1F and 19. RGB value is (152,31,25). Sum of RGB (Red+Green+Blue) = 152+31+25=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F19 is #67E0E6. Grayscale: #424242. Windows color (decimal): -6807783 or 1646488. OLE color: 1646488.

HSL color Cylindrical-coordinate representation of color #981F19: hue angle of 2.83º degrees, saturation: 0.72, 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 #981F19 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1523125-
CMYK00.800.840.40
HSL2.83º71.75%34.71%-
HSV(B)2.83º83.55%59.61%-
XYZ13.617.731.69-
YUV66.49104.59188.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=73.08%
G=14.90%
B=12.02%

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
Decimal152312500.800.840.402.8371.7534.71
Hex981F19050542834823
Octal2303731012012450311043
Binary100110001111111001010100001010100101000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,31,25); }

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

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

 a { background-color: rgb(152,31,25); }

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

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

 span { border-color: rgb(152,31,25); }

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