Html Css Color HEX #A51549 Jazzberry Jam

📋 copy color: '#A51549'

red 165 ◦ green 21 ◦ blue 73

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

Shades of Jazzberry Jam #A51549

Tints of Jazzberry Jam #A51549

RGB

 RED value IS 165 (64.84% from 255) = 63.71%

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

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 63.71%
G = 8.11%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A51549 (or 0xA51549) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 49. RGB value is (165,21,73). Sum of RGB (Red+Green+Blue) = 165+21+73=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A51549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51549 is #5AEAB6. Grayscale: #454545. Windows color (decimal): -5958327 or 4789669. OLE color: 4789669.

HSL color Cylindrical-coordinate representation of color #A51549: hue angle of 338.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51549 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 73 -
CMYK 0 0.87 0.56 0.35
HSL 338.33º 0.77% 0.36% -
HSV(B) 338.33º 0.87% 0.65% -
XYZ 16.99 9.02 7.15 -
YUV 69.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 165 21 73 0 0.87 0.56 0.35 338.33 0.77 0.36
Hex A5 15 49 0 57 38 23 152 4D 24
Octal 245 25 111 0 127 70 43 522 115 44
Binary 10100101 10101 1001001 0 1010111 111000 100011 101010010 1001101 100100

Color Harmonies of #A51549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51549

Black with #A51549

Text Example


Text Example

White with #A51549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51549; }

 p { color: rgb(165,21,73); }

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

background-color css

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

 a { background-color: rgb(165,21,73); }

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

border-color css

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

 span { border-color: rgb(165,21,73); }

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