#870921

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

Shades of Burgundy #870921

Tints of Burgundy #870921

Color information

#870921 (or 0x870921) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 21. RGB value is (135,9,33). Sum of RGB (Red+Green+Blue) = 135+9+33=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870921 is #78F6DE. Grayscale: #313131. Windows color (decimal): -7927519 or 2165127. OLE color: 2165127.

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

Color convert

RGB135933-
CMYK00.930.760.47
HSL348.57º87.5%28.24%-
HSV(B)348.57º93.33%52.94%-
XYZ10.365.461.95-
YUV49.41118.74189.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.27%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=76.27%
G=5.08%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13593300.930.760.47348.5787.528.24
Hex8792105D4C2F15d581c
Octal207114101351145753513034
Binary100001111001100001010111011001100101111101011101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870921; }

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

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

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

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

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

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

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

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