Html Css Color HEX #A60049 Jazzberry Jam

📋 copy color: '#A60049'

red 166 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #A60049

Tints of Jazzberry Jam #A60049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 69.46%
G = 0%
B = 30.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A60049 (or 0xA60049) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 49. RGB value is (166,0,73). Sum of RGB (Red+Green+Blue) = 166+0+73=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60049 is #59FFB6. Grayscale: #393939. Windows color (decimal): -5898167 or 4784294. OLE color: 4784294.

HSL color Cylindrical-coordinate representation of color #A60049: hue angle of 333.61º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60049 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 73 -
CMYK 0 1 0.56 0.35
HSL 333.61º 1% 0.33% -
HSV(B) 333.61º 1% 0.65% -
XYZ 16.93 8.59 7.07 -
YUV 57.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 166 0 73 0 1 0.56 0.35 333.61 1 0.33
Hex A6 0 49 0 64 38 23 14E 64 21
Octal 246 0 111 0 144 70 43 516 144 41
Binary 10100110 0 1001001 0 1100100 111000 100011 101001110 1100100 100001

Color Harmonies of #A60049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60049

Black with #A60049

Text Example


Text Example

White with #A60049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60049; }

 p { color: rgb(166,0,73); }

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

background-color css

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

 a { background-color: rgb(166,0,73); }

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

border-color css

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

 span { border-color: rgb(166,0,73); }

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