Html Css Color HEX #960551 Jazzberry Jam

📋 copy color: '#960551'

red 150 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #960551

Tints of Jazzberry Jam #960551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 81 (32.03% from 255) = 34.32%

R = 63.56%
G = 2.12%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#960551 (or 0x960551) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 51. RGB value is (150,5,81). Sum of RGB (Red+Green+Blue) = 150+5+81=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #960551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960551 is #69FAAE. Grayscale: #383838. Windows color (decimal): -6945455 or 5309846. OLE color: 5309846.

HSL color Cylindrical-coordinate representation of color #960551: hue angle of 328.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960551 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 81 -
CMYK 0 0.97 0.46 0.41
HSL 328.55º 0.94% 0.3% -
HSV(B) 328.55º 0.97% 0.59% -
XYZ 14.12 7.19 8.43 -
YUV 57.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 150 5 81 0 0.97 0.46 0.41 328.55 0.94 0.3
Hex 96 5 51 0 61 2E 29 149 5E 1E
Octal 226 5 121 0 141 56 51 511 136 36
Binary 10010110 101 1010001 0 1100001 101110 101001 101001001 1011110 11110

Color Harmonies of #960551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960551

Black with #960551

Text Example


Text Example

White with #960551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960551; }

 p { color: rgb(150,5,81); }

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

background-color css

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

 a { background-color: rgb(150,5,81); }

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

border-color css

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

 span { border-color: rgb(150,5,81); }

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