Html Css Color HEX #A60950 Jazzberry Jam

📋 copy color: '#A60950'

red 166 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #A60950

Tints of Jazzberry Jam #A60950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 65.1%
G = 3.53%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A60950 (or 0xA60950) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 50. RGB value is (166,9,80). Sum of RGB (Red+Green+Blue) = 166+9+80=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60950 is #59F6AF. Grayscale: #3F3F3F. Windows color (decimal): -5895856 or 5245350. OLE color: 5245350.

HSL color Cylindrical-coordinate representation of color #A60950: hue angle of 332.87º 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 #A60950 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 80 -
CMYK 0 0.95 0.52 0.35
HSL 332.87º 0.9% 0.34% -
HSV(B) 332.87º 0.95% 0.65% -
XYZ 17.27 8.88 8.39 -
YUV 64.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 166 9 80 0 0.95 0.52 0.35 332.87 0.9 0.34
Hex A6 9 50 0 5F 34 23 14D 5A 22
Octal 246 11 120 0 137 64 43 515 132 42
Binary 10100110 1001 1010000 0 1011111 110100 100011 101001101 1011010 100010

Color Harmonies of #A60950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60950

Black with #A60950

Text Example


Text Example

White with #A60950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60950; }

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

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

background-color css

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

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

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

border-color css

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

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

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