Html Css Color HEX #A41548 Jazzberry Jam

📋 copy color: '#A41548'

red 164 ◦ green 21 ◦ blue 72

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

Shades of Jazzberry Jam #A41548

Tints of Jazzberry Jam #A41548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 63.81%
G = 8.17%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A41548 (or 0xA41548) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 48. RGB value is (164,21,72). Sum of RGB (Red+Green+Blue) = 164+21+72=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41548 is #5BEAB7. Grayscale: #454545. Windows color (decimal): -6023864 or 4724132. OLE color: 4724132.

HSL color Cylindrical-coordinate representation of color #A41548: hue angle of 338.6º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41548 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 72 -
CMYK 0 0.87 0.56 0.36
HSL 338.6º 0.77% 0.36% -
HSV(B) 338.6º 0.87% 0.64% -
XYZ 16.75 8.9 6.97 -
YUV 69.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 164 21 72 0 0.87 0.56 0.36 338.6 0.77 0.36
Hex A4 15 48 0 57 38 24 153 4D 24
Octal 244 25 110 0 127 70 44 523 115 44
Binary 10100100 10101 1001000 0 1010111 111000 100100 101010011 1001101 100100

Color Harmonies of #A41548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41548

Black with #A41548

Text Example


Text Example

White with #A41548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41548; }

 p { color: rgb(164,21,72); }

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

background-color css

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

 a { background-color: rgb(164,21,72); }

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

border-color css

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

 span { border-color: rgb(164,21,72); }

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