Html Css Color HEX #A9155A Jazzberry Jam

📋 copy color: '#A9155A'

red 169 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #A9155A

Tints of Jazzberry Jam #A9155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 60.36%
G = 7.5%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9155A (or 0xA9155A) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 5A. RGB value is (169,21,90). Sum of RGB (Red+Green+Blue) = 169+21+90=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9155A is #56EAA5. Grayscale: #484848. Windows color (decimal): -5696166 or 5903785. OLE color: 5903785.

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

Color convert

RGB 169 21 90 -
CMYK 0 0.88 0.47 0.34
HSL 332.03º 0.78% 0.37% -
HSV(B) 332.03º 0.88% 0.66% -
XYZ 18.48 9.71 10.57 -
YUV 73.12 137.53 196.39 -
System Red Green Blue C M Y K H S L
Decimal 169 21 90 0 0.88 0.47 0.34 332.03 0.78 0.37
Hex A9 15 5A 0 58 2F 22 14C 4E 25
Octal 251 25 132 0 130 57 42 514 116 45
Binary 10101001 10101 1011010 0 1011000 101111 100010 101001100 1001110 100101

Color Harmonies of #A9155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9155A

Black with #A9155A

Text Example


Text Example

White with #A9155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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