#A31553

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

Shades of Jazzberry Jam #A31553

Tints of Jazzberry Jam #A31553

Color information

#A31553 (or 0xA31553) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 53. RGB value is (163,21,83). Sum of RGB (Red+Green+Blue) = 163+21+83=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31553 is #5CEAAC. Grayscale: #464646. Windows color (decimal): -6089389 or 5445027. OLE color: 5445027.

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

Color convert

RGB1632183-
CMYK00.870.490.36
HSL333.8º77.17%36.08%-
HSV(B)333.8º87.12%63.92%-
XYZ16.938.959.02-
YUV70.53135.04193.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=61.05%
G=7.87%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163218300.870.490.36333.877.1736.08
HexA31553057312414e4d24
Octal243251230127614451611544
Binary10100011101011010011010101111100011001001010011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31553; }

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

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

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

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

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

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

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

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