Html Css Color HEX #88211C Mandarian Orange

📋 copy color: '#88211C'

red 136 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #88211C

Tints of Mandarian Orange #88211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 69.04%
G = 16.75%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88211C (or 0x88211C) is known color: Mandarian Orange. HEX triplet: 88, 21 and 1C. RGB value is (136,33,28). Sum of RGB (Red+Green+Blue) = 136+33+28=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88211C is #77DEE3. Grayscale: #3F3F3F. Windows color (decimal): -7855844 or 1843592. OLE color: 1843592.

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

Color convert

RGB 136 33 28 -
CMYK 0 0.76 0.79 0.47
HSL 2.78º 0.66% 0.32% -
HSV(B) 2.78º 0.79% 0.53% -
XYZ 10.91 6.41 1.76 -
YUV 63.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 136 33 28 0 0.76 0.79 0.47 2.78 0.66 0.32
Hex 88 21 1C 0 4C 4F 2F 3 42 20
Octal 210 41 34 0 114 117 57 3 102 40
Binary 10001000 100001 11100 0 1001100 1001111 101111 11 1000010 100000

Color Harmonies of #88211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88211C

Black with #88211C

Text Example


Text Example

White with #88211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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