Html Css Color HEX #961657 Jazzberry Jam

📋 copy color: '#961657'

red 150 ◦ green 22 ◦ blue 87

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

Shades of Jazzberry Jam #961657

Tints of Jazzberry Jam #961657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 87 (34.38% from 255) = 33.59%

R = 57.92%
G = 8.49%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#961657 (or 0x961657) is known color: Jazzberry Jam. HEX triplet: 96, 16 and 57. RGB value is (150,22,87). Sum of RGB (Red+Green+Blue) = 150+22+87=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #961657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961657 is #69E9A8. Grayscale: #434343. Windows color (decimal): -6941097 or 5707414. OLE color: 5707414.

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

Color convert

RGB 150 22 87 -
CMYK 0 0.85 0.42 0.41
HSL 329.53º 0.74% 0.34% -
HSV(B) 329.53º 0.85% 0.59% -
XYZ 14.58 7.75 9.74 -
YUV 67.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 150 22 87 0 0.85 0.42 0.41 329.53 0.74 0.34
Hex 96 16 57 0 55 2A 29 14A 4A 22
Octal 226 26 127 0 125 52 51 512 112 42
Binary 10010110 10110 1010111 0 1010101 101010 101001 101001010 1001010 100010

Color Harmonies of #961657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961657

Black with #961657

Text Example


Text Example

White with #961657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961657; }

 p { color: rgb(150,22,87); }

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

background-color css

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

 a { background-color: rgb(150,22,87); }

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

border-color css

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

 span { border-color: rgb(150,22,87); }

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