Html Css Color HEX #A0144D Jazzberry Jam

📋 copy color: '#A0144D'

red 160 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #A0144D

Tints of Jazzberry Jam #A0144D

RGB

 RED value IS 160 (62.89% from 255) = 62.26%

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 62.26%
G = 7.78%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0144D (or 0xA0144D) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 4D. RGB value is (160,20,77). Sum of RGB (Red+Green+Blue) = 160+20+77=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0144D is #5FEBB2. Grayscale: #444444. Windows color (decimal): -6286259 or 5051552. OLE color: 5051552.

HSL color Cylindrical-coordinate representation of color #A0144D: hue angle of 335.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0144D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 77 -
CMYK 0 0.88 0.52 0.37
HSL 335.57º 0.78% 0.35% -
HSV(B) 335.57º 0.88% 0.63% -
XYZ 16.09 8.51 7.82 -
YUV 68.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 160 20 77 0 0.88 0.52 0.37 335.57 0.78 0.35
Hex A0 14 4D 0 58 34 25 150 4E 23
Octal 240 24 115 0 130 64 45 520 116 43
Binary 10100000 10100 1001101 0 1011000 110100 100101 101010000 1001110 100011

Color Harmonies of #A0144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0144D

Black with #A0144D

Text Example


Text Example

White with #A0144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0144D; }

 p { color: rgb(160,20,77); }

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

background-color css

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

 a { background-color: rgb(160,20,77); }

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

border-color css

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

 span { border-color: rgb(160,20,77); }

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