Html Css Color HEX #A61546 Jazzberry Jam

📋 copy color: '#A61546'

red 166 ◦ green 21 ◦ blue 70

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

Shades of Jazzberry Jam #A61546

Tints of Jazzberry Jam #A61546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 64.59%
G = 8.17%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61546 (or 0xA61546) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 46. RGB value is (166,21,70). Sum of RGB (Red+Green+Blue) = 166+21+70=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A61546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61546 is #59EAB9. Grayscale: #454545. Windows color (decimal): -5892794 or 4593062. OLE color: 4593062.

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

Color convert

RGB 166 21 70 -
CMYK 0 0.87 0.58 0.35
HSL 339.72º 0.78% 0.37% -
HSV(B) 339.72º 0.87% 0.65% -
XYZ 17.1 9.09 6.65 -
YUV 69.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 166 21 70 0 0.87 0.58 0.35 339.72 0.78 0.37
Hex A6 15 46 0 57 3A 23 154 4E 25
Octal 246 25 106 0 127 72 43 524 116 45
Binary 10100110 10101 1000110 0 1010111 111010 100011 101010100 1001110 100101

Color Harmonies of #A61546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61546

Black with #A61546

Text Example


Text Example

White with #A61546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61546; }

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

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

background-color css

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

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

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

border-color css

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

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

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