Html Css Color HEX #A51959 Jazzberry Jam

📋 copy color: '#A51959'

red 165 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #A51959

Tints of Jazzberry Jam #A51959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 59.14%
G = 8.96%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A51959 (or 0xA51959) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 59. RGB value is (165,25,89). Sum of RGB (Red+Green+Blue) = 165+25+89=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A51959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51959 is #5AE6A6. Grayscale: #4A4A4A. Windows color (decimal): -5957287 or 5839269. OLE color: 5839269.

HSL color Cylindrical-coordinate representation of color #A51959: hue angle of 332.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51959 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 89 -
CMYK 0 0.85 0.46 0.35
HSL 332.57º 0.74% 0.37% -
HSV(B) 332.57º 0.85% 0.65% -
XYZ 17.67 9.42 10.34 -
YUV 74.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 165 25 89 0 0.85 0.46 0.35 332.57 0.74 0.37
Hex A5 19 59 0 55 2E 23 14D 4A 25
Octal 245 31 131 0 125 56 43 515 112 45
Binary 10100101 11001 1011001 0 1010101 101110 100011 101001101 1001010 100101

Color Harmonies of #A51959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51959

Black with #A51959

Text Example


Text Example

White with #A51959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51959; }

 p { color: rgb(165,25,89); }

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

background-color css

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

 a { background-color: rgb(165,25,89); }

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

border-color css

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

 span { border-color: rgb(165,25,89); }

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