#A51247

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

Shades of Jazzberry Jam #A51247

Tints of Jazzberry Jam #A51247

Color information

#A51247 (or 0xA51247) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 47. RGB value is (165,18,71). Sum of RGB (Red+Green+Blue) = 165+18+71=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A51247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51247 is #5AEDB8. Grayscale: #434343. Windows color (decimal): -5959097 or 4657829. OLE color: 4657829.

HSL color Cylindrical-coordinate representation of color #A51247: hue angle of 338.37º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51247 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1651871-
CMYK00.890.570.35
HSL338.37º80.33%35.88%-
HSV(B)338.37º89.09%64.71%-
XYZ16.878.896.79-
YUV67.99129.7197.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.96%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=64.96%
G=7.09%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165187100.890.570.35338.3780.3335.88
HexA5124705939231525024
Octal245221070131714352212044
Binary10100101100101000111010110011110011000111010100101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51247; }

 p { color: rgb(165,18,71); }

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

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

 a { background-color: rgb(165,18,71); }

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

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

 span { border-color: rgb(165,18,71); }

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