#A51458

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

Shades of Jazzberry Jam #A51458

Tints of Jazzberry Jam #A51458

Color information

#A51458 (or 0xA51458) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 58. RGB value is (165,20,88). Sum of RGB (Red+Green+Blue) = 165+20+88=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A51458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51458 is #5AEBA7. Grayscale: #464646. Windows color (decimal): -5958568 or 5772453. OLE color: 5772453.

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

Color convert

RGB1652088-
CMYK00.880.470.35
HSL331.86º78.38%36.27%-
HSV(B)331.86º87.88%64.71%-
XYZ17.539.210.09-
YUV71.11137.54194.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=60.44%
G=7.33%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165208800.880.470.35331.8678.3836.27
HexA514580582F2314c4e24
Octal245241300130574351411644
Binary10100101101001011000010110001011111000111010011001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51458; }

 p { color: rgb(165,20,88); }

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

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

 a { background-color: rgb(165,20,88); }

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

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

 span { border-color: rgb(165,20,88); }

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