#A51251

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

Shades of Jazzberry Jam #A51251

Tints of Jazzberry Jam #A51251

Color information

#A51251 (or 0xA51251) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 51. RGB value is (165,18,81). Sum of RGB (Red+Green+Blue) = 165+18+81=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A51251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51251 is #5AEDAE. Grayscale: #454545. Windows color (decimal): -5959087 or 5313189. OLE color: 5313189.

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

Color convert

RGB1651881-
CMYK00.890.510.35
HSL334.29º80.33%35.88%-
HSV(B)334.29º89.09%64.71%-
XYZ17.229.038.62-
YUV69.13134.7196.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=62.5%
G=6.82%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165188100.890.510.35334.2980.3335.88
HexA51251059332314e5024
Octal245221210131634351612044
Binary10100101100101010001010110011100111000111010011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51251; }

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

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

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

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

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

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

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

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