Html Css Color HEX #88221D Mandarian Orange

📋 copy color: '#88221D'

red 136 ◦ green 34 ◦ blue 29

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

Shades of Mandarian Orange #88221D

Tints of Mandarian Orange #88221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 68.34%
G = 17.09%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88221D (or 0x88221D) is known color: Mandarian Orange. HEX triplet: 88, 22 and 1D. RGB value is (136,34,29). Sum of RGB (Red+Green+Blue) = 136+34+29=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88221D is #77DDE2. Grayscale: #404040. Windows color (decimal): -7855587 or 1909384. OLE color: 1909384.

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

Color convert

RGB 136 34 29 -
CMYK 0 0.75 0.79 0.47
HSL 2.8º 0.65% 0.32% -
HSV(B) 2.8º 0.79% 0.53% -
XYZ 10.95 6.47 1.83 -
YUV 63.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 136 34 29 0 0.75 0.79 0.47 2.8 0.65 0.32
Hex 88 22 1D 0 4B 4F 2F 3 41 20
Octal 210 42 35 0 113 117 57 3 101 40
Binary 10001000 100010 11101 0 1001011 1001111 101111 11 1000001 100000

Color Harmonies of #88221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88221D

Black with #88221D

Text Example


Text Example

White with #88221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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