#A31B59

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

Shades of Jazzberry Jam #A31B59

Tints of Jazzberry Jam #A31B59

Color information

#A31B59 (or 0xA31B59) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1B and 59. RGB value is (163,27,89). Sum of RGB (Red+Green+Blue) = 163+27+89=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31B59 is #5CE4A6. Grayscale: #4A4A4A. Windows color (decimal): -6087847 or 5839779. OLE color: 5839779.

HSL color Cylindrical-coordinate representation of color #A31B59: hue angle of 332.65º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B59 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1632789-
CMYK00.830.450.36
HSL332.65º71.58%37.25%-
HSV(B)332.65º83.44%63.92%-
XYZ17.39.2910.33-
YUV74.73136.06190.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=58.42%
G=9.68%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163278900.830.450.36332.6571.5837.25
HexA31B590532D2414d4825
Octal243331310123554451511045
Binary10100011110111011001010100111011011001001010011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B59; }

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

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

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

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

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

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

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

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