#870930

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

Shades of Burgundy #870930

Tints of Burgundy #870930

Color information

#870930 (or 0x870930) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 30. RGB value is (135,9,48). Sum of RGB (Red+Green+Blue) = 135+9+48=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870930 is #78F6CF. Grayscale: #333333. Windows color (decimal): -7927504 or 3148167. OLE color: 3148167.

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

Color convert

RGB135948-
CMYK00.930.640.47
HSL341.43º87.5%28.24%-
HSV(B)341.43º93.33%52.94%-
XYZ10.625.563.31-
YUV51.12126.24187.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.31%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 48 (19.14% from 255) = 25%
R=70.31%
G=4.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13594800.930.640.47341.4387.528.24
Hex8793005D402F155581c
Octal207116001351005752513034
Binary100001111001110000010111011000000101111101010101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870930; }

 p { color: rgb(135,9,48); }

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

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

 a { background-color: rgb(135,9,48); }

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

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

 span { border-color: rgb(135,9,48); }

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