Html Css Color HEX #A60249 Jazzberry Jam

📋 copy color: '#A60249'

red 166 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #A60249

Tints of Jazzberry Jam #A60249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 68.88%
G = 0.83%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A60249 (or 0xA60249) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 49. RGB value is (166,2,73). Sum of RGB (Red+Green+Blue) = 166+2+73=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A60249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60249 is #59FDB6. Grayscale: #3B3B3B. Windows color (decimal): -5897655 or 4784806. OLE color: 4784806.

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

Color convert

RGB 166 2 73 -
CMYK 0 0.99 0.56 0.35
HSL 334.02º 0.98% 0.33% -
HSV(B) 334.02º 0.99% 0.65% -
XYZ 16.95 8.63 7.08 -
YUV 59.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 166 2 73 0 0.99 0.56 0.35 334.02 0.98 0.33
Hex A6 2 49 0 63 38 23 14E 62 21
Octal 246 2 111 0 143 70 43 516 142 41
Binary 10100110 10 1001001 0 1100011 111000 100011 101001110 1100010 100001

Color Harmonies of #A60249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60249

Black with #A60249

Text Example


Text Example

White with #A60249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60249; }

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

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

background-color css

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

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

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

border-color css

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

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

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