#982313

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

Shades of Mandarian Orange #982313

Tints of Mandarian Orange #982313

Color information

#982313 (or 0x982313) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 13. RGB value is (152,35,19). Sum of RGB (Red+Green+Blue) = 152+35+19=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982313 is #67DCEC. Grayscale: #444444. Windows color (decimal): -6806765 or 1254296. OLE color: 1254296.

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

Color convert

RGB1523519-
CMYK00.770.870.40
HSL7.22º77.78%33.53%-
HSV(B)7.22º87.5%59.61%-
XYZ13.677.921.43-
YUV68.16100.26187.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=73.79%
G=16.99%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152351900.770.870.407.2277.7833.53
Hex98231304D572874e22
Octal2304323011512750711642
Binary10011000100011100110100110110101111010001111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982313; }

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

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

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

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

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

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

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

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