Html Css Color HEX #A7194F Jazzberry Jam

📋 copy color: '#A7194F'

red 167 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #A7194F

Tints of Jazzberry Jam #A7194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 61.62%
G = 9.23%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A7194F (or 0xA7194F) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 4F. RGB value is (167,25,79). Sum of RGB (Red+Green+Blue) = 167+25+79=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A7194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7194F is #58E6B0. Grayscale: #494949. Windows color (decimal): -5826225 or 5183911. OLE color: 5183911.

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

Color convert

RGB 167 25 79 -
CMYK 0 0.85 0.53 0.35
HSL 337.18º 0.74% 0.38% -
HSV(B) 337.18º 0.85% 0.65% -
XYZ 17.7 9.48 8.29 -
YUV 73.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 167 25 79 0 0.85 0.53 0.35 337.18 0.74 0.38
Hex A7 19 4F 0 55 35 23 151 4A 26
Octal 247 31 117 0 125 65 43 521 112 46
Binary 10100111 11001 1001111 0 1010101 110101 100011 101010001 1001010 100110

Color Harmonies of #A7194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7194F

Black with #A7194F

Text Example


Text Example

White with #A7194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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