#961056

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

Shades of Jazzberry Jam #961056

Tints of Jazzberry Jam #961056

Color information

#961056 (or 0x961056) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 10 and 56. RGB value is (150,16,86). Sum of RGB (Red+Green+Blue) = 150+16+86=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961056 is #69EFA9. Grayscale: #3F3F3F. Windows color (decimal): -6942634 or 5640342. OLE color: 5640342.

HSL color Cylindrical-coordinate representation of color #961056: hue angle of 328.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961056 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1501686-
CMYK00.890.430.41
HSL328.66º80.72%32.55%-
HSV(B)328.66º89.33%58.82%-
XYZ14.447.539.5-
YUV64.05140.39189.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=59.52%
G=6.35%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150168600.890.430.41328.6680.7232.55
Hex9610560592B291495121
Octal226201260131535151112141
Binary10010110100001010110010110011010111010011010010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961056; }

 p { color: rgb(150,16,86); }

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

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

 a { background-color: rgb(150,16,86); }

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

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

 span { border-color: rgb(150,16,86); }

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