#A51E5D

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

Shades of Jazzberry Jam #A51E5D

Tints of Jazzberry Jam #A51E5D

Color information

#A51E5D (or 0xA51E5D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 5D. RGB value is (165,30,93). Sum of RGB (Red+Green+Blue) = 165+30+93=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E5D is #5AE1A2. Grayscale: #4D4D4D. Windows color (decimal): -5956003 or 6102693. OLE color: 6102693.

HSL color Cylindrical-coordinate representation of color #A51E5D: hue angle of 332º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E5D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1653093-
CMYK00.820.440.35
HSL332º69.23%38.24%-
HSV(B)332º81.82%64.71%-
XYZ17.969.7211.29-
YUV77.55136.73190.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=57.29%
G=10.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165309300.820.440.3533269.2338.24
HexA51E5D0522C2314c4526
Octal245361350122544351410546
Binary10100101111101011101010100101011001000111010011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E5D; }

 p { color: rgb(165,30,93); }

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

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

 a { background-color: rgb(165,30,93); }

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

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

 span { border-color: rgb(165,30,93); }

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