Html Css Color HEX #99211B Mandarian Orange

📋 copy color: '#99211B'

red 153 ◦ green 33 ◦ blue 27

#99211B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #99211B

Tints of Mandarian Orange #99211B

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 value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99211B (or 0x99211B) is known color: 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

RGB 153 33 27 -
CMYK 0 0.78 0.82 0.4
HSL 2.86º 0.7% 0.35% -
HSV(B) 2.86º 0.82% 0.6% -
XYZ 13.88 7.94 1.84 -
YUV 68.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 153 33 27 0 0.78 0.82 0.4 2.86 0.7 0.35
Hex 99 21 1B 0 4E 52 28 3 46 23
Octal 231 41 33 0 116 122 50 3 106 43
Binary 10011001 100001 11011 0 1001110 1010010 101000 11 1000110 100011

Color Harmonies of #99211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99211B

Black with #99211B

Text Example


Text Example

White with #99211B

Text Example


Text Example

HTML Codes & Css Web 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>