#870339

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

Shades of Burgundy #870339

Tints of Burgundy #870339

Color information

#870339 (or 0x870339) is unknown color: approx Burgundy. HEX triplet: 87, 03 and 39. RGB value is (135,3,57). Sum of RGB (Red+Green+Blue) = 135+3+57=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870339 is #78FCC6. Grayscale: #303030. Windows color (decimal): -7929031 or 3736455. OLE color: 3736455.

HSL color Cylindrical-coordinate representation of color #870339: hue angle of 335.45º 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 #870339 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB135357-
CMYK00.980.580.47
HSL335.45º95.65%27.06%-
HSV(B)335.45º97.78%52.94%-
XYZ10.765.514.37-
YUV48.62132.73189.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=69.23%
G=1.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13535700.980.580.47335.4595.6527.06
Hex873390623A2F14f601b
Octal2073710142725751714033
Binary100001111111100101100010111010101111101001111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870339; }

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

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

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

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

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

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

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

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