#A31651

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

Shades of Jazzberry Jam #A31651

Tints of Jazzberry Jam #A31651

Color information

#A31651 (or 0xA31651) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 51. RGB value is (163,22,81). Sum of RGB (Red+Green+Blue) = 163+22+81=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A31651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31651 is #5CE9AE. Grayscale: #464646. Windows color (decimal): -6089135 or 5314211. OLE color: 5314211.

HSL color Cylindrical-coordinate representation of color #A31651: hue angle of 334.89º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31651 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1632281-
CMYK00.870.500.36
HSL334.89º76.22%36.27%-
HSV(B)334.89º86.5%63.92%-
XYZ16.888.958.62-
YUV70.88133.71193.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=61.28%
G=8.27%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163228100.870.500.36334.8976.2236.27
HexA31651057322414f4c24
Octal243261210127624451711444
Binary10100011101101010001010101111100101001001010011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31651; }

 p { color: rgb(163,22,81); }

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

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

 a { background-color: rgb(163,22,81); }

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

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

 span { border-color: rgb(163,22,81); }

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