#982320

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

Shades of Mandarian Orange #982320

Tints of Mandarian Orange #982320

Color information

#982320 (or 0x982320) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 20. RGB value is (152,35,32). Sum of RGB (Red+Green+Blue) = 152+35+32=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #982320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982320 is #67DCDF. Grayscale: #454545. Windows color (decimal): -6806752 or 2106264. OLE color: 2106264.

HSL color Cylindrical-coordinate representation of color #982320: hue angle of 1.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982320 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1523532-
CMYK00.770.790.40
HSL1.5º65.22%36.08%-
HSV(B)1.5º78.95%59.61%-
XYZ13.817.982.18-
YUV69.64106.76186.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=69.41%
G=15.98%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152353200.770.790.401.565.2236.08
Hex98232004D4F2824124
Octal2304340011511750210144
Binary10011000100011100000010011011001111101000101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982320; }

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

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

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

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

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

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

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

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