#A31554

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

Shades of Jazzberry Jam #A31554

Tints of Jazzberry Jam #A31554

Color information

#A31554 (or 0xA31554) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 54. RGB value is (163,21,84). Sum of RGB (Red+Green+Blue) = 163+21+84=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A31554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31554 is #5CEAAB. Grayscale: #464646. Windows color (decimal): -6089388 or 5510563. OLE color: 5510563.

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

Color convert

RGB1632184-
CMYK00.870.480.36
HSL333.38º77.17%36.08%-
HSV(B)333.38º87.12%63.92%-
XYZ16.978.969.22-
YUV70.64135.54193.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=60.82%
G=7.84%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163218400.870.480.36333.3877.1736.08
HexA31554057302414d4d24
Octal243251240127604451511544
Binary10100011101011010100010101111100001001001010011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31554; }

 p { color: rgb(163,21,84); }

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

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

 a { background-color: rgb(163,21,84); }

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

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

 span { border-color: rgb(163,21,84); }

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