#870635

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

Shades of Burgundy #870635

Tints of Burgundy #870635

Color information

#870635 (or 0x870635) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 35. RGB value is (135,6,53). Sum of RGB (Red+Green+Blue) = 135+6+53=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870635 is #78F9CA. Grayscale: #313131. Windows color (decimal): -7928267 or 3475079. OLE color: 3475079.

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

Color convert

RGB135653-
CMYK00.960.610.47
HSL338.14º91.49%27.65%-
HSV(B)338.14º95.56%52.94%-
XYZ10.75.543.87-
YUV49.93129.74188.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=69.59%
G=3.09%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13565300.960.610.47338.1491.4927.65
Hex876350603D2F1525b1c
Octal2076650140755752213334
Binary1000011111011010101100000111101101111101010010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870635; }

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

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

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

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

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

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

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

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