#A51455

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

Shades of Jazzberry Jam #A51455

Tints of Jazzberry Jam #A51455

Color information

#A51455 (or 0xA51455) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 55. RGB value is (165,20,85). Sum of RGB (Red+Green+Blue) = 165+20+85=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A51455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51455 is #5AEBAA. Grayscale: #464646. Windows color (decimal): -5958571 or 5575845. OLE color: 5575845.

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

Color convert

RGB1652085-
CMYK00.880.480.35
HSL333.1º78.38%36.27%-
HSV(B)333.1º87.88%64.71%-
XYZ17.419.169.44-
YUV70.76136.04195.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 7.41%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=61.11%
G=7.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165208500.880.480.35333.178.3836.27
HexA51455058302314d4e24
Octal245241250130604351511644
Binary10100101101001010101010110001100001000111010011011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51455; }

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

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

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

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

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

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

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

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