#870334

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

Shades of Burgundy #870334

Tints of Burgundy #870334

Color information

#870334 (or 0x870334) is unknown color: approx Burgundy. HEX triplet: 87, 03 and 34. RGB value is (135,3,52). Sum of RGB (Red+Green+Blue) = 135+3+52=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870334 is #78FCCB. Grayscale: #2F2F2F. Windows color (decimal): -7929036 or 3408775. OLE color: 3408775.

HSL color Cylindrical-coordinate representation of color #870334: hue angle of 337.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870334 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB135352-
CMYK00.980.610.47
HSL337.73º95.65%27.06%-
HSV(B)337.73º97.78%52.94%-
XYZ10.645.463.74-
YUV48.05130.23190.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=71.05%
G=1.58%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13535200.980.610.47337.7395.6527.06
Hex873340623D2F152601b
Octal2073640142755752214033
Binary100001111111010001100010111101101111101010010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870334; }

 p { color: rgb(135,3,52); }

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

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

 a { background-color: rgb(135,3,52); }

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

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

 span { border-color: rgb(135,3,52); }

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