#A61251

Color #A61251 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A61251

Tints of Jazzberry Jam #A61251

Color information

#A61251 (or 0xA61251) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 12 and 51. RGB value is (166,18,81). Sum of RGB (Red+Green+Blue) = 166+18+81=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A61251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61251 is #59EDAE. Grayscale: #454545. Windows color (decimal): -5893551 or 5313190. OLE color: 5313190.

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

Color convert

RGB1661881-
CMYK00.890.510.35
HSL334.46º80.43%36.08%-
HSV(B)334.46º89.16%65.1%-
XYZ17.439.138.63-
YUV69.43134.53196.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=62.64%
G=6.79%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166188100.890.510.35334.4680.4336.08
HexA61251059332314e5024
Octal246221210131634351612044
Binary10100110100101010001010110011100111000111010011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61251; }

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

 H1.HeaderClassName
 {
   color: #A61251;
 }
 .AnyTagClassName
 {
   color: #A61251;
 }
</style>
background-color css

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

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

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

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

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

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