Html Css Color HEX #A5144C Jazzberry Jam

📋 copy color: '#A5144C'

red 165 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #A5144C

Tints of Jazzberry Jam #A5144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 63.22%
G = 7.66%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5144C (or 0xA5144C) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 4C. RGB value is (165,20,76). Sum of RGB (Red+Green+Blue) = 165+20+76=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5144C is #5AEBB3. Grayscale: #454545. Windows color (decimal): -5958580 or 4986021. OLE color: 4986021.

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

Color convert

RGB 165 20 76 -
CMYK 0 0.88 0.54 0.35
HSL 336.83º 0.78% 0.36% -
HSV(B) 336.83º 0.88% 0.65% -
XYZ 17.07 9.02 7.68 -
YUV 69.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 165 20 76 0 0.88 0.54 0.35 336.83 0.78 0.36
Hex A5 14 4C 0 58 36 23 151 4E 24
Octal 245 24 114 0 130 66 43 521 116 44
Binary 10100101 10100 1001100 0 1011000 110110 100011 101010001 1001110 100100

Color Harmonies of #A5144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5144C

Black with #A5144C

Text Example


Text Example

White with #A5144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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