Html Css Color HEX #A9174C Jazzberry Jam

📋 copy color: '#A9174C'

red 169 ◦ green 23 ◦ blue 76

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

Shades of Jazzberry Jam #A9174C

Tints of Jazzberry Jam #A9174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

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

R = 63.06%
G = 8.58%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9174C (or 0xA9174C) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 4C. RGB value is (169,23,76). Sum of RGB (Red+Green+Blue) = 169+23+76=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9174C is #56E8B3. Grayscale: #484848. Windows color (decimal): -5695668 or 4986793. OLE color: 4986793.

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

Color convert

RGB 169 23 76 -
CMYK 0 0.86 0.55 0.34
HSL 338.22º 0.76% 0.38% -
HSV(B) 338.22º 0.86% 0.66% -
XYZ 17.97 9.57 7.74 -
YUV 72.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 169 23 76 0 0.86 0.55 0.34 338.22 0.76 0.38
Hex A9 17 4C 0 56 37 22 152 4C 26
Octal 251 27 114 0 126 67 42 522 114 46
Binary 10101001 10111 1001100 0 1010110 110111 100010 101010010 1001100 100110

Color Harmonies of #A9174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9174C

Black with #A9174C

Text Example


Text Example

White with #A9174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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