Html Css Color HEX #961257 Jazzberry Jam

📋 copy color: '#961257'

red 150 ◦ green 18 ◦ blue 87

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

Shades of Jazzberry Jam #961257

Tints of Jazzberry Jam #961257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 58.82%
G = 7.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#961257 (or 0x961257) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 57. RGB value is (150,18,87). Sum of RGB (Red+Green+Blue) = 150+18+87=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #961257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961257 is #69EDA8. Grayscale: #414141. Windows color (decimal): -6942121 or 5706390. OLE color: 5706390.

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

Color convert

RGB 150 18 87 -
CMYK 0 0.88 0.42 0.41
HSL 328.64º 0.79% 0.33% -
HSV(B) 328.64º 0.88% 0.59% -
XYZ 14.51 7.6 9.72 -
YUV 65.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 150 18 87 0 0.88 0.42 0.41 328.64 0.79 0.33
Hex 96 12 57 0 58 2A 29 149 4F 21
Octal 226 22 127 0 130 52 51 511 117 41
Binary 10010110 10010 1010111 0 1011000 101010 101001 101001001 1001111 100001

Color Harmonies of #961257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961257

Black with #961257

Text Example


Text Example

White with #961257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961257; }

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

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

background-color css

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

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

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

border-color css

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

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

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