#982B21

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

Shades of Mandarian Orange #982B21

Tints of Mandarian Orange #982B21

Color information

#982B21 (or 0x982B21) is unknown color: approx Mandarian Orange. HEX triplet: 98, 2B and 21. RGB value is (152,43,33). Sum of RGB (Red+Green+Blue) = 152+43+33=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B21 is #67D4DE. Grayscale: #4A4A4A. Windows color (decimal): -6804703 or 2173848. OLE color: 2173848.

HSL color Cylindrical-coordinate representation of color #982B21: hue angle of 5.04º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982B21 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1524333-
CMYK00.720.780.40
HSL5.04º64.32%36.27%-
HSV(B)5.04º78.29%59.61%-
XYZ14.098.512.34-
YUV74.45104.61183.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=66.67%
G=18.86%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152433300.720.780.405.0464.3236.27
Hex982B210484E2854024
Octal2305341011011650510044
Binary100110001010111000010100100010011101010001011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982B21; }

 p { color: rgb(152,43,33); }

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

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

 a { background-color: rgb(152,43,33); }

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

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

 span { border-color: rgb(152,43,33); }

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