#870733

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

Shades of Burgundy #870733

Tints of Burgundy #870733

Color information

#870733 (or 0x870733) is unknown color: approx Burgundy. HEX triplet: 87, 07 and 33. RGB value is (135,7,51). Sum of RGB (Red+Green+Blue) = 135+7+51=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870733 is #78F8CC. Grayscale: #323232. Windows color (decimal): -7928013 or 3344263. OLE color: 3344263.

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

Color convert

RGB135751-
CMYK00.950.620.47
HSL339.38º90.14%27.84%-
HSV(B)339.38º94.81%52.94%-
XYZ10.675.543.64-
YUV50.29128.41188.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=69.95%
G=3.63%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13575100.950.620.47339.3890.1427.84
Hex8773305F3E2F1535a1c
Octal2077630137765752313234
Binary1000011111111001101011111111110101111101010011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870733; }

 p { color: rgb(135,7,51); }

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

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

 a { background-color: rgb(135,7,51); }

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

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

 span { border-color: rgb(135,7,51); }

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