Html Css Color HEX #A9194D Jazzberry Jam

📋 copy color: '#A9194D'

red 169 ◦ green 25 ◦ blue 77

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

Shades of Jazzberry Jam #A9194D

Tints of Jazzberry Jam #A9194D

RGB

 RED value IS 169 (66.41% from 255) = 62.36%

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 62.36%
G = 9.23%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9194D (or 0xA9194D) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 4D. RGB value is (169,25,77). Sum of RGB (Red+Green+Blue) = 169+25+77=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9194D is #56E6B2. Grayscale: #494949. Windows color (decimal): -5695155 or 5052841. OLE color: 5052841.

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

Color convert

RGB 169 25 77 -
CMYK 0 0.85 0.54 0.34
HSL 338.33º 0.74% 0.38% -
HSV(B) 338.33º 0.85% 0.66% -
XYZ 18.05 9.67 7.94 -
YUV 73.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 169 25 77 0 0.85 0.54 0.34 338.33 0.74 0.38
Hex A9 19 4D 0 55 36 22 152 4A 26
Octal 251 31 115 0 125 66 42 522 112 46
Binary 10101001 11001 1001101 0 1010101 110110 100010 101010010 1001010 100110

Color Harmonies of #A9194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9194D

Black with #A9194D

Text Example


Text Example

White with #A9194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9194D; }

 p { color: rgb(169,25,77); }

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

background-color css

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

 a { background-color: rgb(169,25,77); }

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

border-color css

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

 span { border-color: rgb(169,25,77); }

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