#870922

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

Shades of Burgundy #870922

Tints of Burgundy #870922

Color information

#870922 (or 0x870922) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 22. RGB value is (135,9,34). Sum of RGB (Red+Green+Blue) = 135+9+34=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870922 is #78F6DD. Grayscale: #313131. Windows color (decimal): -7927518 or 2230663. OLE color: 2230663.

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

Color convert

RGB135934-
CMYK00.930.750.47
HSL348.1º87.5%28.24%-
HSV(B)348.1º93.33%52.94%-
XYZ10.385.462.02-
YUV49.52119.24188.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.84%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=75.84%
G=5.06%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13593400.930.750.47348.187.528.24
Hex8792205D4B2F15c581c
Octal207114201351135753413034
Binary100001111001100010010111011001011101111101011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870922; }

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

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

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

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

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

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

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

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