Html Css Color HEX #A61549 Jazzberry Jam

📋 copy color: '#A61549'

red 166 ◦ green 21 ◦ blue 73

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

Shades of Jazzberry Jam #A61549

Tints of Jazzberry Jam #A61549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 63.85%
G = 8.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A61549 (or 0xA61549) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 49. RGB value is (166,21,73). Sum of RGB (Red+Green+Blue) = 166+21+73=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A61549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61549 is #59EAB6. Grayscale: #464646. Windows color (decimal): -5892791 or 4789670. OLE color: 4789670.

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

Color convert

RGB 166 21 73 -
CMYK 0 0.87 0.56 0.35
HSL 338.48º 0.78% 0.37% -
HSV(B) 338.48º 0.87% 0.65% -
XYZ 17.2 9.12 7.16 -
YUV 70.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 166 21 73 0 0.87 0.56 0.35 338.48 0.78 0.37
Hex A6 15 49 0 57 38 23 152 4E 25
Octal 246 25 111 0 127 70 43 522 116 45
Binary 10100110 10101 1001001 0 1010111 111000 100011 101010010 1001110 100101

Color Harmonies of #A61549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61549

Black with #A61549

Text Example


Text Example

White with #A61549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61549; }

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

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

background-color css

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

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

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

border-color css

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

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

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