#98211C

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

Shades of Mandarian Orange #98211C

Tints of Mandarian Orange #98211C

Color information

#98211C (or 0x98211C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 21 and 1C. RGB value is (152,33,28). Sum of RGB (Red+Green+Blue) = 152+33+28=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98211C is #67DEE3. Grayscale: #444444. Windows color (decimal): -6807268 or 1843608. OLE color: 1843608.

HSL color Cylindrical-coordinate representation of color #98211C: hue angle of 2.42º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98211C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1523328-
CMYK00.780.820.40
HSL2.42º68.89%35.29%-
HSV(B)2.42º81.58%59.61%-
XYZ13.77.851.89-
YUV68.01105.42187.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.36%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=71.36%
G=15.49%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152332800.780.820.402.4268.8935.29
Hex98211C04E522824523
Octal2304134011612250210543
Binary1001100010000111100010011101010010101000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98211C; }

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

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

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

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

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

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

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

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