Html Css Color HEX #961151 Jazzberry Jam

📋 copy color: '#961151'

red 150 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #961151

Tints of Jazzberry Jam #961151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

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

R = 60.48%
G = 6.85%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#961151 (or 0x961151) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 51. RGB value is (150,17,81). Sum of RGB (Red+Green+Blue) = 150+17+81=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #961151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961151 is #69EEAE. Grayscale: #3F3F3F. Windows color (decimal): -6942383 or 5312918. OLE color: 5312918.

HSL color Cylindrical-coordinate representation of color #961151: hue angle of 331.13º degrees, saturation: 0.8, 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 #961151 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 81 -
CMYK 0 0.89 0.46 0.41
HSL 331.13º 0.8% 0.33% -
HSV(B) 331.13º 0.89% 0.59% -
XYZ 14.26 7.48 8.48 -
YUV 64.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 150 17 81 0 0.89 0.46 0.41 331.13 0.8 0.33
Hex 96 11 51 0 59 2E 29 14B 50 21
Octal 226 21 121 0 131 56 51 513 120 41
Binary 10010110 10001 1010001 0 1011001 101110 101001 101001011 1010000 100001

Color Harmonies of #961151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961151

Black with #961151

Text Example


Text Example

White with #961151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961151; }

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

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

background-color css

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

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

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

border-color css

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

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

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