Html Css Color HEX #880822 Burgundy

📋 copy color: '#880822'

red 136 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #880822

Tints of Burgundy #880822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 76.4%
G = 4.49%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#880822 (or 0x880822) is known color: Burgundy. HEX triplet: 88, 08 and 22. RGB value is (136,8,34). Sum of RGB (Red+Green+Blue) = 136+8+34=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880822 is #77F7DD. Grayscale: #313131. Windows color (decimal): -7862238 or 2230408. OLE color: 2230408.

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

Color convert

RGB 136 8 34 -
CMYK 0 0.94 0.75 0.47
HSL 347.81º 0.89% 0.28% -
HSV(B) 347.81º 0.94% 0.53% -
XYZ 10.53 5.52 2.02 -
YUV 49.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 136 8 34 0 0.94 0.75 0.47 347.81 0.89 0.28
Hex 88 8 22 0 5E 4B 2F 15C 59 1C
Octal 210 10 42 0 136 113 57 534 131 34
Binary 10001000 1000 100010 0 1011110 1001011 101111 101011100 1011001 11100

Color Harmonies of #880822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880822

Black with #880822

Text Example


Text Example

White with #880822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880822; }

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

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

background-color css

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

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

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

border-color css

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

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

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