Html Css Color HEX #A51447 Jazzberry Jam

📋 copy color: '#A51447'

red 165 ◦ green 20 ◦ blue 71

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

Shades of Jazzberry Jam #A51447

Tints of Jazzberry Jam #A51447

RGB

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

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

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

R = 64.45%
G = 7.81%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A51447 (or 0xA51447) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 47. RGB value is (165,20,71). Sum of RGB (Red+Green+Blue) = 165+20+71=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A51447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51447 is #5AEBB8. Grayscale: #454545. Windows color (decimal): -5958585 or 4658341. OLE color: 4658341.

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

Color convert

RGB 165 20 71 -
CMYK 0 0.88 0.57 0.35
HSL 338.9º 0.78% 0.36% -
HSV(B) 338.9º 0.88% 0.65% -
XYZ 16.9 8.95 6.8 -
YUV 69.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 165 20 71 0 0.88 0.57 0.35 338.9 0.78 0.36
Hex A5 14 47 0 58 39 23 153 4E 24
Octal 245 24 107 0 130 71 43 523 116 44
Binary 10100101 10100 1000111 0 1011000 111001 100011 101010011 1001110 100100

Color Harmonies of #A51447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51447

Black with #A51447

Text Example


Text Example

White with #A51447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51447; }

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

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

background-color css

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

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

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

border-color css

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

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

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