Html Css Color HEX #A0044D Jazzberry Jam

📋 copy color: '#A0044D'

red 160 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #A0044D

Tints of Jazzberry Jam #A0044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 66.39%
G = 1.66%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0044D (or 0xA0044D) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 4D. RGB value is (160,4,77). Sum of RGB (Red+Green+Blue) = 160+4+77=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0044D is #5FFBB2. Grayscale: #3A3A3A. Windows color (decimal): -6290355 or 5047456. OLE color: 5047456.

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

Color convert

RGB 160 4 77 -
CMYK 0 0.98 0.52 0.37
HSL 331.92º 0.95% 0.32% -
HSV(B) 331.92º 0.98% 0.63% -
XYZ 15.88 8.1 7.75 -
YUV 58.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 160 4 77 0 0.98 0.52 0.37 331.92 0.95 0.32
Hex A0 4 4D 0 62 34 25 14C 5F 20
Octal 240 4 115 0 142 64 45 514 137 40
Binary 10100000 100 1001101 0 1100010 110100 100101 101001100 1011111 100000

Color Harmonies of #A0044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0044D

Black with #A0044D

Text Example


Text Example

White with #A0044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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