#951560

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

Shades of Jazzberry Jam #951560

Tints of Jazzberry Jam #951560

Color information

#951560 (or 0x951560) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 15 and 60. RGB value is (149,21,96). Sum of RGB (Red+Green+Blue) = 149+21+96=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #951560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951560 is #6AEA9F. Grayscale: #434343. Windows color (decimal): -7006880 or 6296981. OLE color: 6296981.

HSL color Cylindrical-coordinate representation of color #951560: hue angle of 324.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951560 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1492196-
CMYK00.860.360.42
HSL324.84º75.29%33.33%-
HSV(B)324.84º85.91%58.43%-
XYZ14.777.7711.79-
YUV67.82143.91185.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=56.02%
G=7.89%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149219600.860.360.42324.8475.2933.33
Hex951560056242A1454b21
Octal225251400126445250511341
Binary10010101101011100000010101101001001010101010001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951560; }

 p { color: rgb(149,21,96); }

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

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

 a { background-color: rgb(149,21,96); }

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

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

 span { border-color: rgb(149,21,96); }

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