Html Css Color HEX #A9134C Jazzberry Jam

📋 copy color: '#A9134C'

red 169 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #A9134C

Tints of Jazzberry Jam #A9134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 64.02%
G = 7.2%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9134C (or 0xA9134C) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 4C. RGB value is (169,19,76). Sum of RGB (Red+Green+Blue) = 169+19+76=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9134C is #56ECB3. Grayscale: #464646. Windows color (decimal): -5696692 or 4985769. OLE color: 4985769.

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

Color convert

RGB 169 19 76 -
CMYK 0 0.89 0.55 0.34
HSL 337.2º 0.8% 0.37% -
HSV(B) 337.2º 0.89% 0.66% -
XYZ 17.9 9.42 7.71 -
YUV 70.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 169 19 76 0 0.89 0.55 0.34 337.2 0.8 0.37
Hex A9 13 4C 0 59 37 22 151 50 25
Octal 251 23 114 0 131 67 42 521 120 45
Binary 10101001 10011 1001100 0 1011001 110111 100010 101010001 1010000 100101

Color Harmonies of #A9134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9134C

Black with #A9134C

Text Example


Text Example

White with #A9134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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