#870433

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

Shades of Burgundy #870433

Tints of Burgundy #870433

Color information

#870433 (or 0x870433) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 33. RGB value is (135,4,51). Sum of RGB (Red+Green+Blue) = 135+4+51=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870433 is #78FBCC. Grayscale: #303030. Windows color (decimal): -7928781 or 3343495. OLE color: 3343495.

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

Color convert

RGB135451-
CMYK00.970.620.47
HSL338.47º94.24%27.25%-
HSV(B)338.47º97.04%52.94%-
XYZ10.635.483.63-
YUV48.53129.4189.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=71.05%
G=2.11%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13545100.970.620.47338.4794.2427.25
Hex874330613E2F1525e1b
Octal2074630141765752213633
Binary1000011110011001101100001111110101111101010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870433; }

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

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

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

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

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

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

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

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