#A61650

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

Shades of Jazzberry Jam #A61650

Tints of Jazzberry Jam #A61650

Color information

#A61650 (or 0xA61650) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 16 and 50. RGB value is (166,22,80). Sum of RGB (Red+Green+Blue) = 166+22+80=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A61650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61650 is #59E9AF. Grayscale: #474747. Windows color (decimal): -5892528 or 5248678. OLE color: 5248678.

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

Color convert

RGB1662280-
CMYK00.870.520.35
HSL335.83º76.6%36.86%-
HSV(B)335.83º86.75%65.1%-
XYZ17.469.268.46-
YUV71.67132.71195.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=61.94%
G=8.21%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166228000.870.520.35335.8376.636.86
HexA6165005734231504d25
Octal246261200127644352011545
Binary10100110101101010000010101111101001000111010100001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61650; }

 p { color: rgb(166,22,80); }

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

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

 a { background-color: rgb(166,22,80); }

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

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

 span { border-color: rgb(166,22,80); }

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