#870738

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

Shades of Burgundy #870738

Tints of Burgundy #870738

Color information

#870738 (or 0x870738) is unknown color: approx Burgundy. HEX triplet: 87, 07 and 38. RGB value is (135,7,56). Sum of RGB (Red+Green+Blue) = 135+7+56=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #870738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870738 is #78F8C7. Grayscale: #323232. Windows color (decimal): -7928008 or 3671943. OLE color: 3671943.

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

Color convert

RGB135756-
CMYK00.950.590.47
HSL337.03º90.14%27.84%-
HSV(B)337.03º94.81%52.94%-
XYZ10.785.594.25-
YUV50.86130.91188.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=68.18%
G=3.54%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13575600.950.590.47337.0390.1427.84
Hex8773805F3B2F1515a1c
Octal2077700137735752113234
Binary1000011111111100001011111111011101111101010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870738; }

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

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

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

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

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

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

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

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