#A31957

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

Shades of Jazzberry Jam #A31957

Tints of Jazzberry Jam #A31957

Color information

#A31957 (or 0xA31957) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 19 and 57. RGB value is (163,25,87). Sum of RGB (Red+Green+Blue) = 163+25+87=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A31957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31957 is #5CE6A8. Grayscale: #494949. Windows color (decimal): -6088361 or 5708195. OLE color: 5708195.

HSL color Cylindrical-coordinate representation of color #A31957: hue angle of 333.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31957 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1632587-
CMYK00.850.470.36
HSL333.04º73.4%36.86%-
HSV(B)333.04º84.66%63.92%-
XYZ17.179.179.88-
YUV73.33135.72191.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 25 (10.16% from 255) = 9.09%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=59.27%
G=9.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163258700.850.470.36333.0473.436.86
HexA319570552F2414d4925
Octal243311270125574451511145
Binary10100011110011010111010101011011111001001010011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31957; }

 p { color: rgb(163,25,87); }

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

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

 a { background-color: rgb(163,25,87); }

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

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

 span { border-color: rgb(163,25,87); }

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