#87063C

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

Shades of Burgundy #87063C

Tints of Burgundy #87063C

Color information

#87063C (or 0x87063C) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 3C. RGB value is (135,6,60). Sum of RGB (Red+Green+Blue) = 135+6+60=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87063C is #78F9C3. Grayscale: #323232. Windows color (decimal): -7928260 or 3933831. OLE color: 3933831.

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

Color convert

RGB135660-
CMYK00.960.560.47
HSL334.88º91.49%27.65%-
HSV(B)334.88º95.56%52.94%-
XYZ10.875.614.78-
YUV50.73133.24188.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=67.16%
G=2.99%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13566000.960.560.47334.8891.4927.65
Hex8763C060382F14f5b1c
Octal2076740140705751713334
Binary1000011111011110001100000111000101111101001111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87063C; }

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

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

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

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

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

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

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

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