#870835

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

Shades of Burgundy #870835

Tints of Burgundy #870835

Color information

#870835 (or 0x870835) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 35. RGB value is (135,8,53). Sum of RGB (Red+Green+Blue) = 135+8+53=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870835 is #78F7CA. Grayscale: #333333. Windows color (decimal): -7927755 or 3475591. OLE color: 3475591.

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

Color convert

RGB135853-
CMYK00.940.610.47
HSL338.74º88.81%28.04%-
HSV(B)338.74º94.07%52.94%-
XYZ10.725.583.88-
YUV51.1129.08187.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.88%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=68.88%
G=4.08%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585300.940.610.47338.7488.8128.04
Hex8783505E3D2F153591c
Octal20710650136755752313134
Binary10000111100011010101011110111101101111101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870835; }

 p { color: rgb(135,8,53); }

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

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

 a { background-color: rgb(135,8,53); }

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

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

 span { border-color: rgb(135,8,53); }

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