#870036

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

Shades of Burgundy #870036

Tints of Burgundy #870036

Color information

#870036 (or 0x870036) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 36. RGB value is (135,0,54). Sum of RGB (Red+Green+Blue) = 135+0+54=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870036 is #78FFC9. Grayscale: #2E2E2E. Windows color (decimal): -7929802 or 3539079. OLE color: 3539079.

HSL color Cylindrical-coordinate representation of color #870036: hue angle of 336º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870036 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB135054-
CMYK010.600.47
HSL336º100%26.47%-
HSV(B)336º100%52.94%-
XYZ10.665.423.97-
YUV46.52132.23191.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135054010.600.4733610026.47
Hex870360643C2F150641a
Octal2070660144745752014432
Binary10000111011011001100100111100101111101010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870036; }

 p { color: rgb(135,0,54); }

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

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

 a { background-color: rgb(135,0,54); }

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

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

 span { border-color: rgb(135,0,54); }

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