Html Css Color HEX #A9194C Jazzberry Jam

📋 copy color: '#A9194C'

red 169 ◦ green 25 ◦ blue 76

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

Shades of Jazzberry Jam #A9194C

Tints of Jazzberry Jam #A9194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 62.59%
G = 9.26%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9194C (or 0xA9194C) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 4C. RGB value is (169,25,76). Sum of RGB (Red+Green+Blue) = 169+25+76=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A9194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9194C is #56E6B3. Grayscale: #494949. Windows color (decimal): -5695156 or 4987305. OLE color: 4987305.

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

Color convert

RGB 169 25 76 -
CMYK 0 0.85 0.55 0.34
HSL 338.75º 0.74% 0.38% -
HSV(B) 338.75º 0.85% 0.66% -
XYZ 18.01 9.65 7.75 -
YUV 73.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 169 25 76 0 0.85 0.55 0.34 338.75 0.74 0.38
Hex A9 19 4C 0 55 37 22 153 4A 26
Octal 251 31 114 0 125 67 42 523 112 46
Binary 10101001 11001 1001100 0 1010101 110111 100010 101010011 1001010 100110

Color Harmonies of #A9194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9194C

Black with #A9194C

Text Example


Text Example

White with #A9194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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