#870630

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

Shades of Burgundy #870630

Tints of Burgundy #870630

Color information

#870630 (or 0x870630) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 30. RGB value is (135,6,48). Sum of RGB (Red+Green+Blue) = 135+6+48=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870630 is #78F9CF. Grayscale: #313131. Windows color (decimal): -7928272 or 3147399. OLE color: 3147399.

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

Color convert

RGB135648-
CMYK00.960.640.47
HSL340.47º91.49%27.65%-
HSV(B)340.47º95.56%52.94%-
XYZ10.595.493.3-
YUV49.36127.24189.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=71.43%
G=3.17%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13564800.960.640.47340.4791.4927.65
Hex87630060402F1545b1c
Octal20766001401005752413334
Binary10000111110110000011000001000000101111101010100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870630; }

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

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

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

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

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

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

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

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