Html Css Color HEX #A51149 Jazzberry Jam

📋 copy color: '#A51149'

red 165 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #A51149

Tints of Jazzberry Jam #A51149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 64.71%
G = 6.67%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A51149 (or 0xA51149) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 49. RGB value is (165,17,73). Sum of RGB (Red+Green+Blue) = 165+17+73=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A51149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51149 is #5AEEB6. Grayscale: #434343. Windows color (decimal): -5959351 or 4788645. OLE color: 4788645.

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

Color convert

RGB 165 17 73 -
CMYK 0 0.90 0.56 0.35
HSL 337.3º 0.81% 0.36% -
HSV(B) 337.3º 0.9% 0.65% -
XYZ 16.92 8.88 7.13 -
YUV 67.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 165 17 73 0 0.90 0.56 0.35 337.3 0.81 0.36
Hex A5 11 49 0 5A 38 23 151 51 24
Octal 245 21 111 0 132 70 43 521 121 44
Binary 10100101 10001 1001001 0 1011010 111000 100011 101010001 1010001 100100

Color Harmonies of #A51149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51149

Black with #A51149

Text Example


Text Example

White with #A51149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51149; }

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

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

background-color css

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

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

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

border-color css

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

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

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