Html Css Color HEX #A41049 Jazzberry Jam

📋 copy color: '#A41049'

red 164 ◦ green 16 ◦ blue 73

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

Shades of Jazzberry Jam #A41049

Tints of Jazzberry Jam #A41049

RGB

 RED value IS 164 (64.45% from 255) = 64.82%

 GREEN value IS 16 (6.64% from 255) = 6.32%

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 64.82%
G = 6.32%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A41049 (or 0xA41049) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 49. RGB value is (164,16,73). Sum of RGB (Red+Green+Blue) = 164+16+73=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A41049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41049 is #5BEFB6. Grayscale: #424242. Windows color (decimal): -6025143 or 4788388. OLE color: 4788388.

HSL color Cylindrical-coordinate representation of color #A41049: hue angle of 336.89º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41049 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 73 -
CMYK 0 0.90 0.55 0.36
HSL 336.89º 0.82% 0.35% -
HSV(B) 336.89º 0.9% 0.64% -
XYZ 16.7 8.74 7.11 -
YUV 66.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 164 16 73 0 0.90 0.55 0.36 336.89 0.82 0.35
Hex A4 10 49 0 5A 37 24 151 52 23
Octal 244 20 111 0 132 67 44 521 122 43
Binary 10100100 10000 1001001 0 1011010 110111 100100 101010001 1010010 100011

Color Harmonies of #A41049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41049

Black with #A41049

Text Example


Text Example

White with #A41049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41049; }

 p { color: rgb(164,16,73); }

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

background-color css

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

 a { background-color: rgb(164,16,73); }

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

border-color css

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

 span { border-color: rgb(164,16,73); }

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