#982019

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

Shades of Mandarian Orange #982019

Tints of Mandarian Orange #982019

Color information

#982019 (or 0x982019) is unknown color: approx Mandarian Orange. HEX triplet: 98, 20 and 19. RGB value is (152,32,25). Sum of RGB (Red+Green+Blue) = 152+32+25=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982019 is #67DFE6. Grayscale: #434343. Windows color (decimal): -6807527 or 1646744. OLE color: 1646744.

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

Color convert

RGB1523225-
CMYK00.790.840.40
HSL3.31º71.75%34.71%-
HSV(B)3.31º83.55%59.61%-
XYZ13.647.781.7-
YUV67.08104.26188.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=72.73%
G=15.31%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152322500.790.840.403.3171.7534.71
Hex98201904F542834823
Octal2304031011712450311043
Binary1001100010000011001010011111010100101000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982019; }

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

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

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

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

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

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

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

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