Html Css Color HEX #88211B Mandarian Orange

📋 copy color: '#88211B'

red 136 ◦ green 33 ◦ blue 27

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

Shades of Mandarian Orange #88211B

Tints of Mandarian Orange #88211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 69.39%
G = 16.84%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88211B (or 0x88211B) is known color: Mandarian Orange. HEX triplet: 88, 21 and 1B. RGB value is (136,33,27). Sum of RGB (Red+Green+Blue) = 136+33+27=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88211B is #77DEE4. Grayscale: #3F3F3F. Windows color (decimal): -7855845 or 1778056. OLE color: 1778056.

HSL color Cylindrical-coordinate representation of color #88211B: hue angle of 3.3º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88211B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 27 -
CMYK 0 0.76 0.80 0.47
HSL 3.3º 0.67% 0.32% -
HSV(B) 3.3º 0.8% 0.53% -
XYZ 10.9 6.4 1.7 -
YUV 63.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 136 33 27 0 0.76 0.80 0.47 3.3 0.67 0.32
Hex 88 21 1B 0 4C 50 2F 3 43 20
Octal 210 41 33 0 114 120 57 3 103 40
Binary 10001000 100001 11011 0 1001100 1010000 101111 11 1000011 100000

Color Harmonies of #88211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88211B

Black with #88211B

Text Example


Text Example

White with #88211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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