Html Css Color HEX #A40554 Jazzberry Jam

📋 copy color: '#A40554'

red 164 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #A40554

Tints of Jazzberry Jam #A40554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 64.82%
G = 1.98%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A40554 (or 0xA40554) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 54. RGB value is (164,5,84). Sum of RGB (Red+Green+Blue) = 164+5+84=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A40554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40554 is #5BFAAB. Grayscale: #3D3D3D. Windows color (decimal): -6027948 or 5506468. OLE color: 5506468.

HSL color Cylindrical-coordinate representation of color #A40554: hue angle of 330.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40554 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 84 -
CMYK 0 0.97 0.49 0.36
HSL 330.19º 0.94% 0.33% -
HSV(B) 330.19º 0.97% 0.64% -
XYZ 16.96 8.64 9.16 -
YUV 61.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 164 5 84 0 0.97 0.49 0.36 330.19 0.94 0.33
Hex A4 5 54 0 61 31 24 14A 5E 21
Octal 244 5 124 0 141 61 44 512 136 41
Binary 10100100 101 1010100 0 1100001 110001 100100 101001010 1011110 100001

Color Harmonies of #A40554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40554

Black with #A40554

Text Example


Text Example

White with #A40554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40554; }

 p { color: rgb(164,5,84); }

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

background-color css

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

 a { background-color: rgb(164,5,84); }

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

border-color css

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

 span { border-color: rgb(164,5,84); }

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