Html Css Color HEX #A5144A Jazzberry Jam

📋 copy color: '#A5144A'

red 165 ◦ green 20 ◦ blue 74

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

Shades of Jazzberry Jam #A5144A

Tints of Jazzberry Jam #A5144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 63.71%
G = 7.72%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5144A (or 0xA5144A) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 4A. RGB value is (165,20,74). Sum of RGB (Red+Green+Blue) = 165+20+74=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5144A is #5AEBB5. Grayscale: #454545. Windows color (decimal): -5958582 or 4854949. OLE color: 4854949.

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

Color convert

RGB 165 20 74 -
CMYK 0 0.88 0.55 0.35
HSL 337.66º 0.78% 0.36% -
HSV(B) 337.66º 0.88% 0.65% -
XYZ 17 8.99 7.32 -
YUV 69.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 165 20 74 0 0.88 0.55 0.35 337.66 0.78 0.36
Hex A5 14 4A 0 58 37 23 152 4E 24
Octal 245 24 112 0 130 67 43 522 116 44
Binary 10100101 10100 1001010 0 1011000 110111 100011 101010010 1001110 100100

Color Harmonies of #A5144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5144A

Black with #A5144A

Text Example


Text Example

White with #A5144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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