#870638

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

Shades of Burgundy #870638

Tints of Burgundy #870638

Color information

#870638 (or 0x870638) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 38. RGB value is (135,6,56). Sum of RGB (Red+Green+Blue) = 135+6+56=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #870638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870638 is #78F9C7. Grayscale: #323232. Windows color (decimal): -7928264 or 3671687. OLE color: 3671687.

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

Color convert

RGB135656-
CMYK00.960.590.47
HSL336.74º91.49%27.65%-
HSV(B)336.74º95.56%52.94%-
XYZ10.775.574.25-
YUV50.27131.24188.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.53%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=68.53%
G=3.05%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13565600.960.590.47336.7491.4927.65
Hex876380603B2F1515b1c
Octal2076700140735752113334
Binary1000011111011100001100000111011101111101010001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870638; }

 p { color: rgb(135,6,56); }

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

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

 a { background-color: rgb(135,6,56); }

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

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

 span { border-color: rgb(135,6,56); }

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