Html Css Color HEX #971965 Jazzberry Jam

📋 copy color: '#971965'

red 151 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #971965

Tints of Jazzberry Jam #971965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 54.51%
G = 9.03%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971965 (or 0x971965) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 65. RGB value is (151,25,101). Sum of RGB (Red+Green+Blue) = 151+25+101=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #971965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971965 is #68E69A. Grayscale: #474747. Windows color (decimal): -6874779 or 6625687. OLE color: 6625687.

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

Color convert

RGB 151 25 101 -
CMYK 0 0.83 0.33 0.41
HSL 323.81º 0.72% 0.35% -
HSV(B) 323.81º 0.83% 0.59% -
XYZ 15.46 8.21 13.08 -
YUV 71.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 151 25 101 0 0.83 0.33 0.41 323.81 0.72 0.35
Hex 97 19 65 0 53 21 29 144 48 23
Octal 227 31 145 0 123 41 51 504 110 43
Binary 10010111 11001 1100101 0 1010011 100001 101001 101000100 1001000 100011

Color Harmonies of #971965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971965

Black with #971965

Text Example


Text Example

White with #971965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971965; }

 p { color: rgb(151,25,101); }

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

background-color css

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

 a { background-color: rgb(151,25,101); }

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

border-color css

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

 span { border-color: rgb(151,25,101); }

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