#870133

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

Shades of Burgundy #870133

Tints of Burgundy #870133

Color information

#870133 (or 0x870133) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 33. RGB value is (135,1,51). Sum of RGB (Red+Green+Blue) = 135+1+51=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870133 is #78FECC. Grayscale: #2E2E2E. Windows color (decimal): -7929549 or 3342727. OLE color: 3342727.

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

Color convert

RGB135151-
CMYK00.990.620.47
HSL337.61º98.53%26.67%-
HSV(B)337.61º99.26%52.94%-
XYZ10.65.413.62-
YUV46.77130.39190.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=72.19%
G=0.53%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13515100.990.620.47337.6198.5326.67
Hex871330633E2F152631b
Octal2071630143765752214333
Binary10000111111001101100011111110101111101010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870133; }

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

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

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

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

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

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

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

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