Html Css Color HEX #88201D Mandarian Orange

📋 copy color: '#88201D'

red 136 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #88201D

Tints of Mandarian Orange #88201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 69.04%
G = 16.24%
B = 14.72%

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

#88201D (or 0x88201D) is known color: Mandarian Orange. HEX triplet: 88, 20 and 1D. RGB value is (136,32,29). Sum of RGB (Red+Green+Blue) = 136+32+29=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88201D is #77DFE2. Grayscale: #3E3E3E. Windows color (decimal): -7856099 or 1908872. OLE color: 1908872.

HSL color Cylindrical-coordinate representation of color #88201D: hue angle of 1.68º degrees, saturation: 0.65, 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 #88201D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 29 -
CMYK 0 0.76 0.79 0.47
HSL 1.68º 0.65% 0.32% -
HSV(B) 1.68º 0.79% 0.53% -
XYZ 10.89 6.36 1.82 -
YUV 62.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 136 32 29 0 0.76 0.79 0.47 1.68 0.65 0.32
Hex 88 20 1D 0 4C 4F 2F 2 41 20
Octal 210 40 35 0 114 117 57 2 101 40
Binary 10001000 100000 11101 0 1001100 1001111 101111 10 1000001 100000

Color Harmonies of #88201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88201D

Black with #88201D

Text Example


Text Example

White with #88201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88201D; }

 p { color: rgb(136,32,29); }

 H1.HeaderClassName
 {
   color: #88201D;
 }
 .AnyTagClassName
 {
   color: #88201D;
 }
</style>

background-color css

<style>
 a { background-color: #88201D; }

 a { background-color: rgb(136,32,29); }

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

border-color css

<style>
 span { border-color: #88201D; }

 span { border-color: rgb(136,32,29); }

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