Html Css Color HEX #A71950 Jazzberry Jam

📋 copy color: '#A71950'

red 167 ◦ green 25 ◦ blue 80

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

Shades of Jazzberry Jam #A71950

Tints of Jazzberry Jam #A71950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 61.4%
G = 9.19%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A71950 (or 0xA71950) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 50. RGB value is (167,25,80). Sum of RGB (Red+Green+Blue) = 167+25+80=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A71950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71950 is #58E6AF. Grayscale: #494949. Windows color (decimal): -5826224 or 5249447. OLE color: 5249447.

HSL color Cylindrical-coordinate representation of color #A71950: hue angle of 336.76º 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 #A71950 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 80 -
CMYK 0 0.85 0.52 0.35
HSL 336.76º 0.74% 0.38% -
HSV(B) 336.76º 0.85% 0.65% -
XYZ 17.73 9.49 8.49 -
YUV 73.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 167 25 80 0 0.85 0.52 0.35 336.76 0.74 0.38
Hex A7 19 50 0 55 34 23 151 4A 26
Octal 247 31 120 0 125 64 43 521 112 46
Binary 10100111 11001 1010000 0 1010101 110100 100011 101010001 1001010 100110

Color Harmonies of #A71950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71950

Black with #A71950

Text Example


Text Example

White with #A71950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71950; }

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

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

background-color css

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

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

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

border-color css

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

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

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