#982413

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

Shades of Mandarian Orange #982413

Tints of Mandarian Orange #982413

Color information

#982413 (or 0x982413) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 13. RGB value is (152,36,19). Sum of RGB (Red+Green+Blue) = 152+36+19=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982413 is #67DBEC. Grayscale: #444444. Windows color (decimal): -6806509 or 1254552. OLE color: 1254552.

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

Color convert

RGB1523619-
CMYK00.760.870.40
HSL7.67º77.78%33.53%-
HSV(B)7.67º87.5%59.61%-
XYZ13.77.981.44-
YUV68.7599.93187.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=73.43%
G=17.39%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152361900.760.870.407.6777.7833.53
Hex98241304C572884e22
Octal23044230114127501011642
Binary100110001001001001101001100101011110100010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982413; }

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

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

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

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

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

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

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

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