Html Css Color HEX #A60959 Jazzberry Jam

📋 copy color: '#A60959'

red 166 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #A60959

Tints of Jazzberry Jam #A60959

RGB

 RED value IS 166 (65.23% from 255) = 62.88%

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

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

R = 62.88%
G = 3.41%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A60959 (or 0xA60959) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 59. RGB value is (166,9,89). Sum of RGB (Red+Green+Blue) = 166+9+89=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A60959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60959 is #59F6A6. Grayscale: #404040. Windows color (decimal): -5895847 or 5835174. OLE color: 5835174.

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

Color convert

RGB 166 9 89 -
CMYK 0 0.95 0.46 0.35
HSL 329.43º 0.9% 0.34% -
HSV(B) 329.43º 0.95% 0.65% -
XYZ 17.63 9.02 10.26 -
YUV 65.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 166 9 89 0 0.95 0.46 0.35 329.43 0.9 0.34
Hex A6 9 59 0 5F 2E 23 149 5A 22
Octal 246 11 131 0 137 56 43 511 132 42
Binary 10100110 1001 1011001 0 1011111 101110 100011 101001001 1011010 100010

Color Harmonies of #A60959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60959

Black with #A60959

Text Example


Text Example

White with #A60959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60959; }

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

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

background-color css

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

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

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

border-color css

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

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

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