#A51B5B

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

Shades of Jazzberry Jam #A51B5B

Tints of Jazzberry Jam #A51B5B

Color information

#A51B5B (or 0xA51B5B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 5B. RGB value is (165,27,91). Sum of RGB (Red+Green+Blue) = 165+27+91=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B5B is #5AE4A4. Grayscale: #4B4B4B. Windows color (decimal): -5956773 or 5970853. OLE color: 5970853.

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

Color convert

RGB1652791-
CMYK00.840.450.35
HSL332.17º71.88%37.65%-
HSV(B)332.17º83.64%64.71%-
XYZ17.89.5410.8-
YUV75.56136.72191.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=58.30%
G=9.54%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165279100.840.450.35332.1771.8837.65
HexA51B5B0542D2314c4826
Octal245331330124554351411046
Binary10100101110111011011010101001011011000111010011001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B5B; }

 p { color: rgb(165,27,91); }

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

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

 a { background-color: rgb(165,27,91); }

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

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

 span { border-color: rgb(165,27,91); }

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