Html Css Color HEX #A51547 Jazzberry Jam

📋 copy color: '#A51547'

red 165 ◦ green 21 ◦ blue 71

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

Shades of Jazzberry Jam #A51547

Tints of Jazzberry Jam #A51547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 64.2%
G = 8.17%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A51547 (or 0xA51547) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 47. RGB value is (165,21,71). Sum of RGB (Red+Green+Blue) = 165+21+71=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A51547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51547 is #5AEAB8. Grayscale: #454545. Windows color (decimal): -5958329 or 4658597. OLE color: 4658597.

HSL color Cylindrical-coordinate representation of color #A51547: hue angle of 339.17º 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 #A51547 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 71 -
CMYK 0 0.87 0.57 0.35
HSL 339.17º 0.77% 0.36% -
HSV(B) 339.17º 0.87% 0.65% -
XYZ 16.92 8.99 6.8 -
YUV 69.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 165 21 71 0 0.87 0.57 0.35 339.17 0.77 0.36
Hex A5 15 47 0 57 39 23 153 4D 24
Octal 245 25 107 0 127 71 43 523 115 44
Binary 10100101 10101 1000111 0 1010111 111001 100011 101010011 1001101 100100

Color Harmonies of #A51547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51547

Black with #A51547

Text Example


Text Example

White with #A51547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51547; }

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

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

background-color css

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

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

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

border-color css

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

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

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