#A51B59

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

Shades of Jazzberry Jam #A51B59

Tints of Jazzberry Jam #A51B59

Color information

#A51B59 (or 0xA51B59) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 59. RGB value is (165,27,89). Sum of RGB (Red+Green+Blue) = 165+27+89=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B59 is #5AE4A6. Grayscale: #4B4B4B. Windows color (decimal): -5956775 or 5839781. OLE color: 5839781.

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

Color convert

RGB1652789-
CMYK00.840.460.35
HSL333.04º71.88%37.65%-
HSV(B)333.04º83.64%64.71%-
XYZ17.719.510.35-
YUV75.33135.72191.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=58.72%
G=9.61%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165278900.840.460.35333.0471.8837.65
HexA51B590542E2314d4826
Octal245331310124564351511046
Binary10100101110111011001010101001011101000111010011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B59; }

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

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

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

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

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

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

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

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