Html Css Color HEX #A61246 Jazzberry Jam

📋 copy color: '#A61246'

red 166 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #A61246

Tints of Jazzberry Jam #A61246

RGB

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

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

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

R = 65.35%
G = 7.09%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A61246 (or 0xA61246) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 46. RGB value is (166,18,70). Sum of RGB (Red+Green+Blue) = 166+18+70=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A61246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61246 is #59EDB9. Grayscale: #444444. Windows color (decimal): -5893562 or 4592294. OLE color: 4592294.

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

Color convert

RGB 166 18 70 -
CMYK 0 0.89 0.58 0.35
HSL 338.92º 0.8% 0.36% -
HSV(B) 338.92º 0.89% 0.65% -
XYZ 17.05 8.98 6.63 -
YUV 68.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 166 18 70 0 0.89 0.58 0.35 338.92 0.8 0.36
Hex A6 12 46 0 59 3A 23 153 50 24
Octal 246 22 106 0 131 72 43 523 120 44
Binary 10100110 10010 1000110 0 1011001 111010 100011 101010011 1010000 100100

Color Harmonies of #A61246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61246

Black with #A61246

Text Example


Text Example

White with #A61246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61246; }

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

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

background-color css

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

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

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

border-color css

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

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

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