#961260

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

Shades of Jazzberry Jam #961260

Tints of Jazzberry Jam #961260

Color information

#961260 (or 0x961260) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 12 and 60. RGB value is (150,18,96). Sum of RGB (Red+Green+Blue) = 150+18+96=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #961260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961260 is #69ED9F. Grayscale: #424242. Windows color (decimal): -6942112 or 6296214. OLE color: 6296214.

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

Color convert

RGB1501896-
CMYK00.880.360.41
HSL324.55º78.57%32.94%-
HSV(B)324.55º88%58.82%-
XYZ14.917.7611.78-
YUV66.36144.73187.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=56.82%
G=6.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150189600.880.360.41324.5578.5732.94
Hex96126005824291454f21
Octal226221400130445150511741
Binary10010110100101100000010110001001001010011010001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961260; }

 p { color: rgb(150,18,96); }

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

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

 a { background-color: rgb(150,18,96); }

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

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

 span { border-color: rgb(150,18,96); }

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