#A61551

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

Shades of Jazzberry Jam #A61551

Tints of Jazzberry Jam #A61551

Color information

#A61551 (or 0xA61551) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 51. RGB value is (166,21,81). Sum of RGB (Red+Green+Blue) = 166+21+81=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A61551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61551 is #59EAAE. Grayscale: #474747. Windows color (decimal): -5892783 or 5313958. OLE color: 5313958.

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

Color convert

RGB1662181-
CMYK00.870.510.35
HSL335.17º77.54%36.67%-
HSV(B)335.17º87.35%65.1%-
XYZ17.489.248.65-
YUV71.19133.54195.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=61.94%
G=7.84%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166218100.870.510.35335.1777.5436.67
HexA61551057332314f4e25
Octal246251210127634351711645
Binary10100110101011010001010101111100111000111010011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61551; }

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

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

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

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

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

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

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

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