#982416

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

Shades of Mandarian Orange #982416

Tints of Mandarian Orange #982416

Color information

#982416 (or 0x982416) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 16. RGB value is (152,36,22). Sum of RGB (Red+Green+Blue) = 152+36+22=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982416 is #67DBE9. Grayscale: #454545. Windows color (decimal): -6806506 or 1451160. OLE color: 1451160.

HSL color Cylindrical-coordinate representation of color #982416: hue angle of 6.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #982416 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1523622-
CMYK00.760.860.40
HSL6.46º74.71%34.12%-
HSV(B)6.46º85.53%59.61%-
XYZ13.7281.58-
YUV69.09101.43187.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.38%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=72.38%
G=17.14%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152362200.760.860.406.4674.7134.12
Hex98241604C562864b22
Octal2304426011412650611342
Binary10011000100100101100100110010101101010001101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982416; }

 p { color: rgb(152,36,22); }

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

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

 a { background-color: rgb(152,36,22); }

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

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

 span { border-color: rgb(152,36,22); }

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