Html Css Color HEX #A41955 Jazzberry Jam

📋 copy color: '#A41955'

red 164 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #A41955

Tints of Jazzberry Jam #A41955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 59.85%
G = 9.12%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A41955 (or 0xA41955) is known color: Jazzberry Jam. HEX triplet: A4, 19 and 55. RGB value is (164,25,85). Sum of RGB (Red+Green+Blue) = 164+25+85=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A41955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41955 is #5BE6AA. Grayscale: #494949. Windows color (decimal): -6022827 or 5577124. OLE color: 5577124.

HSL color Cylindrical-coordinate representation of color #A41955: hue angle of 334.1º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41955 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 85 -
CMYK 0 0.85 0.48 0.36
HSL 334.1º 0.74% 0.37% -
HSV(B) 334.1º 0.85% 0.64% -
XYZ 17.3 9.24 9.47 -
YUV 73.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 164 25 85 0 0.85 0.48 0.36 334.1 0.74 0.37
Hex A4 19 55 0 55 30 24 14E 4A 25
Octal 244 31 125 0 125 60 44 516 112 45
Binary 10100100 11001 1010101 0 1010101 110000 100100 101001110 1001010 100101

Color Harmonies of #A41955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41955

Black with #A41955

Text Example


Text Example

White with #A41955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41955; }

 p { color: rgb(164,25,85); }

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

background-color css

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

 a { background-color: rgb(164,25,85); }

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

border-color css

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

 span { border-color: rgb(164,25,85); }

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