Html Css Color HEX #961150 Jazzberry Jam

📋 copy color: '#961150'

red 150 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #961150

Tints of Jazzberry Jam #961150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 60.73%
G = 6.88%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#961150 (or 0x961150) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 50. RGB value is (150,17,80). Sum of RGB (Red+Green+Blue) = 150+17+80=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #961150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961150 is #69EEAF. Grayscale: #3F3F3F. Windows color (decimal): -6942384 or 5247382. OLE color: 5247382.

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

Color convert

RGB 150 17 80 -
CMYK 0 0.89 0.47 0.41
HSL 331.58º 0.8% 0.33% -
HSV(B) 331.58º 0.89% 0.59% -
XYZ 14.23 7.46 8.28 -
YUV 63.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 150 17 80 0 0.89 0.47 0.41 331.58 0.8 0.33
Hex 96 11 50 0 59 2F 29 14C 50 21
Octal 226 21 120 0 131 57 51 514 120 41
Binary 10010110 10001 1010000 0 1011001 101111 101001 101001100 1010000 100001

Color Harmonies of #961150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961150

Black with #961150

Text Example


Text Example

White with #961150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961150; }

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

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

background-color css

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

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

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

border-color css

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

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

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