Html Css Color HEX #A9154D Jazzberry Jam

📋 copy color: '#A9154D'

red 169 ◦ green 21 ◦ blue 77

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

Shades of Jazzberry Jam #A9154D

Tints of Jazzberry Jam #A9154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 63.3%
G = 7.87%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9154D (or 0xA9154D) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 4D. RGB value is (169,21,77). Sum of RGB (Red+Green+Blue) = 169+21+77=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9154D is #56EAB2. Grayscale: #474747. Windows color (decimal): -5696179 or 5051817. OLE color: 5051817.

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

Color convert

RGB 169 21 77 -
CMYK 0 0.88 0.54 0.34
HSL 337.3º 0.78% 0.37% -
HSV(B) 337.3º 0.88% 0.66% -
XYZ 17.97 9.51 7.91 -
YUV 71.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 169 21 77 0 0.88 0.54 0.34 337.3 0.78 0.37
Hex A9 15 4D 0 58 36 22 151 4E 25
Octal 251 25 115 0 130 66 42 521 116 45
Binary 10101001 10101 1001101 0 1011000 110110 100010 101010001 1001110 100101

Color Harmonies of #A9154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9154D

Black with #A9154D

Text Example


Text Example

White with #A9154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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