Html Css Color HEX #971357 Jazzberry Jam

📋 copy color: '#971357'

red 151 ◦ green 19 ◦ blue 87

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

Shades of Jazzberry Jam #971357

Tints of Jazzberry Jam #971357

RGB

 RED value IS 151 (59.38% from 255) = 58.75%

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 58.75%
G = 7.39%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#971357 (or 0x971357) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 57. RGB value is (151,19,87). Sum of RGB (Red+Green+Blue) = 151+19+87=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #971357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971357 is #68ECA8. Grayscale: #424242. Windows color (decimal): -6876329 or 5706647. OLE color: 5706647.

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

Color convert

RGB 151 19 87 -
CMYK 0 0.87 0.42 0.41
HSL 329.09º 0.78% 0.33% -
HSV(B) 329.09º 0.87% 0.59% -
XYZ 14.72 7.73 9.73 -
YUV 66.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 151 19 87 0 0.87 0.42 0.41 329.09 0.78 0.33
Hex 97 13 57 0 57 2A 29 149 4E 21
Octal 227 23 127 0 127 52 51 511 116 41
Binary 10010111 10011 1010111 0 1010111 101010 101001 101001001 1001110 100001

Color Harmonies of #971357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971357

Black with #971357

Text Example


Text Example

White with #971357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971357; }

 p { color: rgb(151,19,87); }

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

background-color css

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

 a { background-color: rgb(151,19,87); }

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

border-color css

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

 span { border-color: rgb(151,19,87); }

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