#982316

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

Shades of Mandarian Orange #982316

Tints of Mandarian Orange #982316

Color information

#982316 (or 0x982316) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 16. RGB value is (152,35,22). Sum of RGB (Red+Green+Blue) = 152+35+22=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982316 is #67DCE9. Grayscale: #444444. Windows color (decimal): -6806762 or 1450904. OLE color: 1450904.

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

Color convert

RGB1523522-
CMYK00.770.860.40
HSL74.71%34.12%-
HSV(B)85.53%59.61%-
XYZ13.697.941.57-
YUV68.5101.76187.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=72.73%
G=16.75%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152352200.770.860.40674.7134.12
Hex98231604D562864b22
Octal2304326011512650611342
Binary10011000100011101100100110110101101010001101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982316; }

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

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

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

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

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

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

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

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