Html Css Color HEX #88211E Mandarian Orange

📋 copy color: '#88211E'

red 136 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #88211E

Tints of Mandarian Orange #88211E

RGB

 RED value IS 136 (53.52% from 255) = 68.34%

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 68.34%
G = 16.58%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88211E (or 0x88211E) is known color: Mandarian Orange. HEX triplet: 88, 21 and 1E. RGB value is (136,33,30). Sum of RGB (Red+Green+Blue) = 136+33+30=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88211E is #77DEE1. Grayscale: #3F3F3F. Windows color (decimal): -7855842 or 1974664. OLE color: 1974664.

HSL color Cylindrical-coordinate representation of color #88211E: hue angle of 1.7º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88211E is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 30 -
CMYK 0 0.76 0.78 0.47
HSL 1.7º 0.64% 0.33% -
HSV(B) 1.7º 0.78% 0.53% -
XYZ 10.93 6.42 1.89 -
YUV 63.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 136 33 30 0 0.76 0.78 0.47 1.7 0.64 0.33
Hex 88 21 1E 0 4C 4E 2F 2 40 21
Octal 210 41 36 0 114 116 57 2 100 41
Binary 10001000 100001 11110 0 1001100 1001110 101111 10 1000000 100001

Color Harmonies of #88211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88211E

Black with #88211E

Text Example


Text Example

White with #88211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88211E; }

 p { color: rgb(136,33,30); }

 H1.HeaderClassName
 {
   color: #88211E;
 }
 .AnyTagClassName
 {
   color: #88211E;
 }
</style>

background-color css

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

 a { background-color: rgb(136,33,30); }

 div.DivClassName
 {
   background-color: #88211E;
 }
 .BgClassName
 {
   background-color: #88211E;
 }
</style>

border-color css

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

 span { border-color: rgb(136,33,30); }

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