#870029

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

Shades of Burgundy #870029

Tints of Burgundy #870029

Color information

#870029 (or 0x870029) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 29. RGB value is (135,0,41). Sum of RGB (Red+Green+Blue) = 135+0+41=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870029 is #78FFD6. Grayscale: #2D2D2D. Windows color (decimal): -7929815 or 2687111. OLE color: 2687111.

HSL color Cylindrical-coordinate representation of color #870029: hue angle of 341.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870029 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB135041-
CMYK010.700.47
HSL341.78º100%26.47%-
HSV(B)341.78º100%52.94%-
XYZ10.395.312.58-
YUV45.04125.73192.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=76.70%
G=0%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135041010.700.47341.7810026.47
Hex87029064462F156641a
Octal20705101441065752614432
Binary100001110101001011001001000110101111101010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870029; }

 p { color: rgb(135,0,41); }

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

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

 a { background-color: rgb(135,0,41); }

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

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

 span { border-color: rgb(135,0,41); }

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