#A51551

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

Shades of Jazzberry Jam #A51551

Tints of Jazzberry Jam #A51551

Color information

#A51551 (or 0xA51551) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 15 and 51. RGB value is (165,21,81). Sum of RGB (Red+Green+Blue) = 165+21+81=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A51551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51551 is #5AEAAE. Grayscale: #464646. Windows color (decimal): -5958319 or 5313957. OLE color: 5313957.

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

Color convert

RGB1652181-
CMYK00.870.510.35
HSL335º77.42%36.47%-
HSV(B)335º87.27%64.71%-
XYZ17.279.138.64-
YUV70.9133.71195.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=61.80%
G=7.87%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165218100.870.510.3533577.4236.47
HexA51551057332314f4d24
Octal245251210127634351711544
Binary10100101101011010001010101111100111000111010011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51551; }

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

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

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

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

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

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

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

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