Html Css Color HEX #882221 Mandarian Orange

📋 copy color: '#882221'

red 136 ◦ green 34 ◦ blue 33

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

Shades of Mandarian Orange #882221

Tints of Mandarian Orange #882221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 67%
G = 16.75%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882221 (or 0x882221) is known color: Mandarian Orange. HEX triplet: 88, 22 and 21. RGB value is (136,34,33). Sum of RGB (Red+Green+Blue) = 136+34+33=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882221 is #77DDDE. Grayscale: #404040. Windows color (decimal): -7855583 or 2171528. OLE color: 2171528.

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

Color convert

RGB 136 34 33 -
CMYK 0 0.75 0.76 0.47
HSL 0.58º 0.61% 0.33% -
HSV(B) 0.58º 0.76% 0.53% -
XYZ 11 6.49 2.11 -
YUV 64.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 136 34 33 0 0.75 0.76 0.47 0.58 0.61 0.33
Hex 88 22 21 0 4B 4C 2F 1 3D 21
Octal 210 42 41 0 113 114 57 1 75 41
Binary 10001000 100010 100001 0 1001011 1001100 101111 1 111101 100001

Color Harmonies of #882221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882221

Black with #882221

Text Example


Text Example

White with #882221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882221; }

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

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

background-color css

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

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

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

border-color css

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

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

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