#A31147

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

Shades of Jazzberry Jam #A31147

Tints of Jazzberry Jam #A31147

Color information

#A31147 (or 0xA31147) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 11 and 47. RGB value is (163,17,71). Sum of RGB (Red+Green+Blue) = 163+17+71=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31147 is #5CEEB8. Grayscale: #424242. Windows color (decimal): -6090425 or 4657571. OLE color: 4657571.

HSL color Cylindrical-coordinate representation of color #A31147: hue angle of 337.81º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31147 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1631771-
CMYK00.900.560.36
HSL337.81º81.11%35.29%-
HSV(B)337.81º89.57%63.92%-
XYZ16.448.646.76-
YUV66.81130.37196.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=64.94%
G=6.77%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163177100.900.560.36337.8181.1135.29
HexA3114705A38241525123
Octal243211070132704452212143
Binary10100011100011000111010110101110001001001010100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31147; }

 p { color: rgb(163,17,71); }

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

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

 a { background-color: rgb(163,17,71); }

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

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

 span { border-color: rgb(163,17,71); }

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