Html Css Color HEX #961960 Jazzberry Jam

📋 copy color: '#961960'

red 150 ◦ green 25 ◦ blue 96

#961960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #961960

Tints of Jazzberry Jam #961960

RGB

 RED value IS 150 (58.98% from 255) = 55.35%

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 55.35%
G = 9.23%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#961960 (or 0x961960) is known color: Jazzberry Jam. HEX triplet: 96, 19 and 60. RGB value is (150,25,96). Sum of RGB (Red+Green+Blue) = 150+25+96=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #961960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961960 is #69E69F. Grayscale: #464646. Windows color (decimal): -6940320 or 6298006. OLE color: 6298006.

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

Color convert

RGB 150 25 96 -
CMYK 0 0.83 0.36 0.41
HSL 325.92º 0.71% 0.34% -
HSV(B) 325.92º 0.83% 0.59% -
XYZ 15.04 8.02 11.82 -
YUV 70.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 150 25 96 0 0.83 0.36 0.41 325.92 0.71 0.34
Hex 96 19 60 0 53 24 29 146 47 22
Octal 226 31 140 0 123 44 51 506 107 42
Binary 10010110 11001 1100000 0 1010011 100100 101001 101000110 1000111 100010

Color Harmonies of #961960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961960

Black with #961960

Text Example


Text Example

White with #961960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961960; }

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

 H1.HeaderClassName
 {
   color: #961960;
 }
 .AnyTagClassName
 {
   color: #961960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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