#870E50

Color #870E50 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #870E50

Tints of Jazzberry Jam #870E50

Color information

#870E50 (or 0x870E50) is unknown color: approx Jazzberry Jam. HEX triplet: 87, 0E and 50. RGB value is (135,14,80). Sum of RGB (Red+Green+Blue) = 135+14+80=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E50 is #78F1AF. Grayscale: #393939. Windows color (decimal): -7926192 or 5246599. OLE color: 5246599.

HSL color Cylindrical-coordinate representation of color #870E50: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E50 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1351480-
CMYK00.900.410.47
HSL327.27º81.21%29.22%-
HSV(B)327.27º89.63%52.94%-
XYZ11.66.048.14-
YUV57.7140.59183.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=58.95%
G=6.11%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135148000.900.410.47327.2781.2129.22
Hex87E5005A292F147511d
Octal207161200132515750712135
Binary100001111110101000001011010101001101111101000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E50; }

 p { color: rgb(135,14,80); }

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

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

 a { background-color: rgb(135,14,80); }

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

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

 span { border-color: rgb(135,14,80); }

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