Html Css Color HEX #971A61 Jazzberry Jam

📋 copy color: '#971A61'

red 151 ◦ green 26 ◦ blue 97

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

Shades of Jazzberry Jam #971A61

Tints of Jazzberry Jam #971A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 55.11%
G = 9.49%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#971A61 (or 0x971A61) is known color: Jazzberry Jam. HEX triplet: 97, 1A and 61. RGB value is (151,26,97). Sum of RGB (Red+Green+Blue) = 151+26+97=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #971A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A61 is #68E59E. Grayscale: #474747. Windows color (decimal): -6874527 or 6363799. OLE color: 6363799.

HSL color Cylindrical-coordinate representation of color #971A61: hue angle of 325.92º degrees, saturation: 0.71, 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 #971A61 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 97 -
CMYK 0 0.83 0.36 0.41
HSL 325.92º 0.71% 0.35% -
HSV(B) 325.92º 0.83% 0.59% -
XYZ 15.29 8.18 12.08 -
YUV 71.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 151 26 97 0 0.83 0.36 0.41 325.92 0.71 0.35
Hex 97 1A 61 0 53 24 29 146 47 23
Octal 227 32 141 0 123 44 51 506 107 43
Binary 10010111 11010 1100001 0 1010011 100100 101001 101000110 1000111 100011

Color Harmonies of #971A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A61

Black with #971A61

Text Example


Text Example

White with #971A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971A61; }

 p { color: rgb(151,26,97); }

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

background-color css

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

 a { background-color: rgb(151,26,97); }

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

border-color css

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

 span { border-color: rgb(151,26,97); }

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