#99211B

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

Shades of Mandarian Orange #99211B

Tints of Mandarian Orange #99211B

Color information

#99211B (or 0x99211B) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 1B. RGB value is (153,33,27). Sum of RGB (Red+Green+Blue) = 153+33+27=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #99211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99211B is #66DEE4. Grayscale: #444444. Windows color (decimal): -6741733 or 1778073. OLE color: 1778073.

HSL color Cylindrical-coordinate representation of color #99211B: hue angle of 2.86º degrees, saturation: 0.7, 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 #99211B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1533327-
CMYK00.780.820.4
HSL2.86º70%35.29%-
HSV(B)2.86º82.35%60%-
XYZ13.887.941.84-
YUV68.2104.76188.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.83%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=71.83%
G=15.49%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153332700.780.820.42.867035.29
Hex99211B04E522834623
Octal2314133011612250310643
Binary1001100110000111011010011101010010101000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99211B; }

 p { color: rgb(153,33,27); }

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

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

 a { background-color: rgb(153,33,27); }

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

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

 span { border-color: rgb(153,33,27); }

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