#880D22

Color #880D22 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #880D22

Tints of Burgundy #880D22

Color information

#880D22 (or 0x880D22) is unknown color: approx Burgundy. HEX triplet: 88, 0D and 22. RGB value is (136,13,34). Sum of RGB (Red+Green+Blue) = 136+13+34=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D22 is #77F2DD. Grayscale: #343434. Windows color (decimal): -7860958 or 2231688. OLE color: 2231688.

HSL color Cylindrical-coordinate representation of color #880D22: hue angle of 349.76º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D22 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1361334-
CMYK00.900.750.47
HSL349.76º82.55%29.22%-
HSV(B)349.76º90.44%53.33%-
XYZ10.595.642.04-
YUV52.17117.75187.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=74.32%
G=7.10%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136133400.900.750.47349.7682.5529.22
Hex88D2205A4B2F15e531d
Octal210154201321135753612335
Binary100010001101100010010110101001011101111101011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880D22; }

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

 H1.HeaderClassName
 {
   color: #880D22;
 }
 .AnyTagClassName
 {
   color: #880D22;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #880D22;
 }
 .BgClassName
 {
   background-color: #880D22;
 }
</style>
border-color css

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

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

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