#880D2A

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

Shades of Burgundy #880D2A

Tints of Burgundy #880D2A

Color information

#880D2A (or 0x880D2A) is unknown color: approx Burgundy. HEX triplet: 88, 0D and 2A. RGB value is (136,13,42). Sum of RGB (Red+Green+Blue) = 136+13+42=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D2A is #77F2D5. Grayscale: #353535. Windows color (decimal): -7860950 or 2755976. OLE color: 2755976.

HSL color Cylindrical-coordinate representation of color #880D2A: hue angle of 345.85º 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 #880D2A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1361342-
CMYK00.900.690.47
HSL345.85º82.55%29.22%-
HSV(B)345.85º90.44%53.33%-
XYZ10.725.692.72-
YUV53.08121.75187.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=71.20%
G=6.81%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136134200.900.690.47345.8582.5529.22
Hex88D2A05A452F15a531d
Octal210155201321055753212335
Binary100010001101101010010110101000101101111101011010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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