#870634

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

Shades of Burgundy #870634

Tints of Burgundy #870634

Color information

#870634 (or 0x870634) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 34. RGB value is (135,6,52). Sum of RGB (Red+Green+Blue) = 135+6+52=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870634 is #78F9CB. Grayscale: #313131. Windows color (decimal): -7928268 or 3409543. OLE color: 3409543.

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

Color convert

RGB135652-
CMYK00.960.610.47
HSL338.6º91.49%27.65%-
HSV(B)338.6º95.56%52.94%-
XYZ10.685.533.75-
YUV49.81129.24188.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=69.95%
G=3.11%
B=26.94%

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
Decimal13565200.960.610.47338.691.4927.65
Hex876340603D2F1535b1c
Octal2076640140755752313334
Binary1000011111011010001100000111101101111101010011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870634; }

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

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

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

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

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

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

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

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