#961563

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

Shades of Jazzberry Jam #961563

Tints of Jazzberry Jam #961563

Color information

#961563 (or 0x961563) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 15 and 63. RGB value is (150,21,99). Sum of RGB (Red+Green+Blue) = 150+21+99=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #961563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961563 is #69EA9C. Grayscale: #444444. Windows color (decimal): -6941341 or 6493590. OLE color: 6493590.

HSL color Cylindrical-coordinate representation of color #961563: hue angle of 323.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961563 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1502199-
CMYK00.860.340.41
HSL323.72º75.44%33.53%-
HSV(B)323.72º86%58.82%-
XYZ15.17.9212.54-
YUV68.46145.24186.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=55.56%
G=7.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150219900.860.340.41323.7275.4433.53
Hex96156305622291444b22
Octal226251430126425150411342
Binary10010110101011100011010101101000101010011010001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961563; }

 p { color: rgb(150,21,99); }

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

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

 a { background-color: rgb(150,21,99); }

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

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

 span { border-color: rgb(150,21,99); }

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