Html Css Color HEX #A71961 Jazzberry Jam

📋 copy color: '#A71961'

red 167 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #A71961

Tints of Jazzberry Jam #A71961

RGB

 RED value IS 167 (65.63% from 255) = 57.79%

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

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

R = 57.79%
G = 8.65%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A71961 (or 0xA71961) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 61. RGB value is (167,25,97). Sum of RGB (Red+Green+Blue) = 167+25+97=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A71961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71961 is #58E69E. Grayscale: #4B4B4B. Windows color (decimal): -5826207 or 6363559. OLE color: 6363559.

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

Color convert

RGB 167 25 97 -
CMYK 0 0.85 0.42 0.35
HSL 329.58º 0.74% 0.38% -
HSV(B) 329.58º 0.85% 0.65% -
XYZ 18.44 9.77 12.22 -
YUV 75.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 167 25 97 0 0.85 0.42 0.35 329.58 0.74 0.38
Hex A7 19 61 0 55 2A 23 14A 4A 26
Octal 247 31 141 0 125 52 43 512 112 46
Binary 10100111 11001 1100001 0 1010101 101010 100011 101001010 1001010 100110

Color Harmonies of #A71961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71961

Black with #A71961

Text Example


Text Example

White with #A71961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71961; }

 p { color: rgb(167,25,97); }

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

background-color css

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

 a { background-color: rgb(167,25,97); }

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

border-color css

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

 span { border-color: rgb(167,25,97); }

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