Html Css Color HEX #A40959 Jazzberry Jam

📋 copy color: '#A40959'

red 164 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #A40959

Tints of Jazzberry Jam #A40959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 89 (35.16% from 255) = 33.97%

R = 62.6%
G = 3.44%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A40959 (or 0xA40959) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 59. RGB value is (164,9,89). Sum of RGB (Red+Green+Blue) = 164+9+89=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A40959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40959 is #5BF6A6. Grayscale: #404040. Windows color (decimal): -6026919 or 5835172. OLE color: 5835172.

HSL color Cylindrical-coordinate representation of color #A40959: hue angle of 329.03º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40959 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 89 -
CMYK 0 0.95 0.46 0.36
HSL 329.03º 0.9% 0.34% -
HSV(B) 329.03º 0.95% 0.64% -
XYZ 17.21 8.81 10.24 -
YUV 64.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 164 9 89 0 0.95 0.46 0.36 329.03 0.9 0.34
Hex A4 9 59 0 5F 2E 24 149 5A 22
Octal 244 11 131 0 137 56 44 511 132 42
Binary 10100100 1001 1011001 0 1011111 101110 100100 101001001 1011010 100010

Color Harmonies of #A40959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40959

Black with #A40959

Text Example


Text Example

White with #A40959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40959; }

 p { color: rgb(164,9,89); }

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

background-color css

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

 a { background-color: rgb(164,9,89); }

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

border-color css

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

 span { border-color: rgb(164,9,89); }

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