#A51246

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

Shades of Jazzberry Jam #A51246

Tints of Jazzberry Jam #A51246

Color information

#A51246 (or 0xA51246) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 46. RGB value is (165,18,70). Sum of RGB (Red+Green+Blue) = 165+18+70=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A51246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51246 is #5AEDB9. Grayscale: #434343. Windows color (decimal): -5959098 or 4592293. OLE color: 4592293.

HSL color Cylindrical-coordinate representation of color #A51246: hue angle of 338.78º 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 #A51246 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1651870-
CMYK00.890.580.35
HSL338.78º80.33%35.88%-
HSV(B)338.78º89.09%64.71%-
XYZ16.848.876.62-
YUV67.88129.2197.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=65.22%
G=7.11%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165187000.890.580.35338.7880.3335.88
HexA512460593A231535024
Octal245221060131724352312044
Binary10100101100101000110010110011110101000111010100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51246; }

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

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

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

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

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

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

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

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