Html Css Color HEX #A61259 Jazzberry Jam

📋 copy color: '#A61259'

red 166 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #A61259

Tints of Jazzberry Jam #A61259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 60.81%
G = 6.59%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A61259 (or 0xA61259) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 59. RGB value is (166,18,89). Sum of RGB (Red+Green+Blue) = 166+18+89=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61259 is #59EDA6. Grayscale: #464646. Windows color (decimal): -5893543 or 5837478. OLE color: 5837478.

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

Color convert

RGB 166 18 89 -
CMYK 0 0.89 0.46 0.35
HSL 331.22º 0.8% 0.36% -
HSV(B) 331.22º 0.89% 0.65% -
XYZ 17.75 9.26 10.3 -
YUV 70.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 166 18 89 0 0.89 0.46 0.35 331.22 0.8 0.36
Hex A6 12 59 0 59 2E 23 14B 50 24
Octal 246 22 131 0 131 56 43 513 120 44
Binary 10100110 10010 1011001 0 1011001 101110 100011 101001011 1010000 100100

Color Harmonies of #A61259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61259

Black with #A61259

Text Example


Text Example

White with #A61259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61259; }

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

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

background-color css

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

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

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

border-color css

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

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

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