Html Css Color HEX #A9154A Jazzberry Jam

📋 copy color: '#A9154A'

red 169 ◦ green 21 ◦ blue 74

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

Shades of Jazzberry Jam #A9154A

Tints of Jazzberry Jam #A9154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 64.02%
G = 7.95%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9154A (or 0xA9154A) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 4A. RGB value is (169,21,74). Sum of RGB (Red+Green+Blue) = 169+21+74=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9154A is #56EAB5. Grayscale: #474747. Windows color (decimal): -5696182 or 4855209. OLE color: 4855209.

HSL color Cylindrical-coordinate representation of color #A9154A: hue angle of 338.51º degrees, saturation: 0.78, 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 #A9154A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 21 74 -
CMYK 0 0.88 0.56 0.34
HSL 338.51º 0.78% 0.37% -
HSV(B) 338.51º 0.88% 0.66% -
XYZ 17.87 9.47 7.36 -
YUV 71.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 169 21 74 0 0.88 0.56 0.34 338.51 0.78 0.37
Hex A9 15 4A 0 58 38 22 153 4E 25
Octal 251 25 112 0 130 70 42 523 116 45
Binary 10101001 10101 1001010 0 1011000 111000 100010 101010011 1001110 100101

Color Harmonies of #A9154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9154A

Black with #A9154A

Text Example


Text Example

White with #A9154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9154A; }

 p { color: rgb(169,21,74); }

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

background-color css

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

 a { background-color: rgb(169,21,74); }

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

border-color css

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

 span { border-color: rgb(169,21,74); }

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