Html Css Color HEX #A61247 Jazzberry Jam

📋 copy color: '#A61247'

red 166 ◦ green 18 ◦ blue 71

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

Shades of Jazzberry Jam #A61247

Tints of Jazzberry Jam #A61247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 65.1%
G = 7.06%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A61247 (or 0xA61247) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 47. RGB value is (166,18,71). Sum of RGB (Red+Green+Blue) = 166+18+71=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61247 is #59EDB8. Grayscale: #444444. Windows color (decimal): -5893561 or 4657830. OLE color: 4657830.

HSL color Cylindrical-coordinate representation of color #A61247: hue angle of 338.51º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61247 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 71 -
CMYK 0 0.89 0.57 0.35
HSL 338.51º 0.8% 0.36% -
HSV(B) 338.51º 0.89% 0.65% -
XYZ 17.08 8.99 6.8 -
YUV 68.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 166 18 71 0 0.89 0.57 0.35 338.51 0.8 0.36
Hex A6 12 47 0 59 39 23 153 50 24
Octal 246 22 107 0 131 71 43 523 120 44
Binary 10100110 10010 1000111 0 1011001 111001 100011 101010011 1010000 100100

Color Harmonies of #A61247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61247

Black with #A61247

Text Example


Text Example

White with #A61247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61247; }

 p { color: rgb(166,18,71); }

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

background-color css

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

 a { background-color: rgb(166,18,71); }

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

border-color css

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

 span { border-color: rgb(166,18,71); }

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