Html Css Color HEX #A9144C Jazzberry Jam

📋 copy color: '#A9144C'

red 169 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #A9144C

Tints of Jazzberry Jam #A9144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 63.77%
G = 7.55%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9144C (or 0xA9144C) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 4C. RGB value is (169,20,76). Sum of RGB (Red+Green+Blue) = 169+20+76=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9144C is #56EBB3. Grayscale: #464646. Windows color (decimal): -5696436 or 4986025. OLE color: 4986025.

HSL color Cylindrical-coordinate representation of color #A9144C: hue angle of 337.45º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9144C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 76 -
CMYK 0 0.88 0.55 0.34
HSL 337.45º 0.79% 0.37% -
HSV(B) 337.45º 0.88% 0.66% -
XYZ 17.92 9.46 7.72 -
YUV 70.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 169 20 76 0 0.88 0.55 0.34 337.45 0.79 0.37
Hex A9 14 4C 0 58 37 22 151 4F 25
Octal 251 24 114 0 130 67 42 521 117 45
Binary 10101001 10100 1001100 0 1011000 110111 100010 101010001 1001111 100101

Color Harmonies of #A9144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9144C

Black with #A9144C

Text Example


Text Example

White with #A9144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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