Html Css Color HEX #88211F Mandarian Orange

📋 copy color: '#88211F'

red 136 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #88211F

Tints of Mandarian Orange #88211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 68%
G = 16.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88211F (or 0x88211F) is known color: Mandarian Orange. HEX triplet: 88, 21 and 1F. RGB value is (136,33,31). Sum of RGB (Red+Green+Blue) = 136+33+31=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88211F is #77DEE0. Grayscale: #3F3F3F. Windows color (decimal): -7855841 or 2040200. OLE color: 2040200.

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

Color convert

RGB 136 33 31 -
CMYK 0 0.76 0.77 0.47
HSL 1.14º 0.63% 0.33% -
HSV(B) 1.14º 0.77% 0.53% -
XYZ 10.94 6.42 1.96 -
YUV 63.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 136 33 31 0 0.76 0.77 0.47 1.14 0.63 0.33
Hex 88 21 1F 0 4C 4D 2F 1 3F 21
Octal 210 41 37 0 114 115 57 1 77 41
Binary 10001000 100001 11111 0 1001100 1001101 101111 1 111111 100001

Color Harmonies of #88211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88211F

Black with #88211F

Text Example


Text Example

White with #88211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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