Html Css Color HEX #881122 Burgundy

📋 copy color: '#881122'

red 136 ◦ green 17 ◦ blue 34

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

Shades of Burgundy #881122

Tints of Burgundy #881122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#881122 (or 0x881122) is known color: Burgundy. HEX triplet: 88, 11 and 22. RGB value is (136,17,34). Sum of RGB (Red+Green+Blue) = 136+17+34=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881122 is #77EEDD. Grayscale: #363636. Windows color (decimal): -7859934 or 2232712. OLE color: 2232712.

HSL color Cylindrical-coordinate representation of color #881122: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881122 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 34 -
CMYK 0 0.87 0.75 0.47
HSL 351.43º 0.78% 0.3% -
HSV(B) 351.43º 0.88% 0.53% -
XYZ 10.64 5.75 2.06 -
YUV 54.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 136 17 34 0 0.87 0.75 0.47 351.43 0.78 0.3
Hex 88 11 22 0 57 4B 2F 15F 4E 1E
Octal 210 21 42 0 127 113 57 537 116 36
Binary 10001000 10001 100010 0 1010111 1001011 101111 101011111 1001110 11110

Color Harmonies of #881122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881122

Black with #881122

Text Example


Text Example

White with #881122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881122; }

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

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

background-color css

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

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

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

border-color css

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

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

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