#a51365

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

Shades of Jazzberry Jam #A51365

Tints of Jazzberry Jam #A51365

Color information

#A51365 (or 0xA51365) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 13 and 65. RGB value is (165,19,101). Sum of RGB (Red+Green+Blue) = 165+19+101=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51365 is #5AEC9A. Grayscale: #474747. Windows color (decimal): -5958811 or 6624165. OLE color: 6624165.

HSL color Cylindrical-coordinate representation of color #A51365: hue angle of 326.3º degrees, saturation: 0.79, 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 #A51365 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16519101-
CMYK00.880.390.35
HSL326.3º79.35%36.08%-
HSV(B)326.3º88.48%64.71%-
XYZ18.19.413.17-
YUV72144.37194.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=57.89%
G=6.67%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651910100.880.390.35326.379.3536.08
HexA5136505827231464f24
Octal245231450130474350611744
Binary10100101100111100101010110001001111000111010001101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51365; }

 p { color: rgb(165,19,101); }

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

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

 a { background-color: rgb(165,19,101); }

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

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

 span { border-color: rgb(165,19,101); }

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