#A31858

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

Shades of Jazzberry Jam #A31858

Tints of Jazzberry Jam #A31858

Color information

#A31858 (or 0xA31858) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 58. RGB value is (163,24,88). Sum of RGB (Red+Green+Blue) = 163+24+88=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A31858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31858 is #5CE7A7. Grayscale: #484848. Windows color (decimal): -6088616 or 5773475. OLE color: 5773475.

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

Color convert

RGB1632488-
CMYK00.850.460.36
HSL332.37º74.33%36.67%-
HSV(B)332.37º85.28%63.92%-
XYZ17.199.1410.09-
YUV72.86136.55192.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 88 (34.77% from 255) = 32%
R=59.27%
G=8.73%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163248800.850.460.36332.3774.3336.67
HexA318580552E2414c4a25
Octal243301300125564451411245
Binary10100011110001011000010101011011101001001010011001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31858; }

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

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

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

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

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

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

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

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