Html Css Color HEX #88201E Mandarian Orange

📋 copy color: '#88201E'

red 136 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #88201E

Tints of Mandarian Orange #88201E

RGB

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

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

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

R = 68.69%
G = 16.16%
B = 15.15%

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

#88201E (or 0x88201E) is known color: Mandarian Orange. HEX triplet: 88, 20 and 1E. RGB value is (136,32,30). Sum of RGB (Red+Green+Blue) = 136+32+30=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88201E is #77DFE1. Grayscale: #3E3E3E. Windows color (decimal): -7856098 or 1974408. OLE color: 1974408.

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

Color convert

RGB 136 32 30 -
CMYK 0 0.76 0.78 0.47
HSL 1.13º 0.64% 0.33% -
HSV(B) 1.13º 0.78% 0.53% -
XYZ 10.9 6.36 1.88 -
YUV 62.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 136 32 30 0 0.76 0.78 0.47 1.13 0.64 0.33
Hex 88 20 1E 0 4C 4E 2F 1 40 21
Octal 210 40 36 0 114 116 57 1 100 41
Binary 10001000 100000 11110 0 1001100 1001110 101111 1 1000000 100001

Color Harmonies of #88201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88201E

Black with #88201E

Text Example


Text Example

White with #88201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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