#A31859

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

Shades of Jazzberry Jam #A31859

Tints of Jazzberry Jam #A31859

Color information

#A31859 (or 0xA31859) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 59. RGB value is (163,24,89). Sum of RGB (Red+Green+Blue) = 163+24+89=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A31859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31859 is #5CE7A6. Grayscale: #484848. Windows color (decimal): -6088615 or 5839011. OLE color: 5839011.

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

Color convert

RGB1632489-
CMYK00.850.450.36
HSL331.94º74.33%36.67%-
HSV(B)331.94º85.28%63.92%-
XYZ17.239.1610.31-
YUV72.97137.05192.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=59.06%
G=8.70%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163248900.850.450.36331.9474.3336.67
HexA318590552D2414c4a25
Octal243301310125554451411245
Binary10100011110001011001010101011011011001001010011001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31859; }

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

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

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

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

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

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

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

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