Html Css Color HEX #A91C55 Jazzberry Jam

📋 copy color: '#A91C55'

red 169 ◦ green 28 ◦ blue 85

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

Shades of Jazzberry Jam #A91C55

Tints of Jazzberry Jam #A91C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 59.93%
G = 9.93%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A91C55 (or 0xA91C55) is known color: Jazzberry Jam. HEX triplet: A9, 1C and 55. RGB value is (169,28,85). Sum of RGB (Red+Green+Blue) = 169+28+85=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C55 is #56E3AA. Grayscale: #4C4C4C. Windows color (decimal): -5694379 or 5577897. OLE color: 5577897.

HSL color Cylindrical-coordinate representation of color #A91C55: hue angle of 335.74º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C55 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 85 -
CMYK 0 0.83 0.50 0.34
HSL 335.74º 0.72% 0.39% -
HSV(B) 335.74º 0.83% 0.66% -
XYZ 18.42 9.92 9.54 -
YUV 76.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 169 28 85 0 0.83 0.50 0.34 335.74 0.72 0.39
Hex A9 1C 55 0 53 32 22 150 48 27
Octal 251 34 125 0 123 62 42 520 110 47
Binary 10101001 11100 1010101 0 1010011 110010 100010 101010000 1001000 100111

Color Harmonies of #A91C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C55

Black with #A91C55

Text Example


Text Example

White with #A91C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C55; }

 p { color: rgb(169,28,85); }

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

background-color css

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

 a { background-color: rgb(169,28,85); }

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

border-color css

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

 span { border-color: rgb(169,28,85); }

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