Html Css Color HEX #A51449 Jazzberry Jam

📋 copy color: '#A51449'

red 165 ◦ green 20 ◦ blue 73

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

Shades of Jazzberry Jam #A51449

Tints of Jazzberry Jam #A51449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 63.95%
G = 7.75%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A51449 (or 0xA51449) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 49. RGB value is (165,20,73). Sum of RGB (Red+Green+Blue) = 165+20+73=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A51449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51449 is #5AEBB6. Grayscale: #454545. Windows color (decimal): -5958583 or 4789413. OLE color: 4789413.

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

Color convert

RGB 165 20 73 -
CMYK 0 0.88 0.56 0.35
HSL 338.07º 0.78% 0.36% -
HSV(B) 338.07º 0.88% 0.65% -
XYZ 16.97 8.98 7.14 -
YUV 69.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 165 20 73 0 0.88 0.56 0.35 338.07 0.78 0.36
Hex A5 14 49 0 58 38 23 152 4E 24
Octal 245 24 111 0 130 70 43 522 116 44
Binary 10100101 10100 1001001 0 1011000 111000 100011 101010010 1001110 100100

Color Harmonies of #A51449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51449

Black with #A51449

Text Example


Text Example

White with #A51449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51449; }

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

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

background-color css

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

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

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

border-color css

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

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

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