#A31C5B

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

Shades of Jazzberry Jam #A31C5B

Tints of Jazzberry Jam #A31C5B

Color information

#A31C5B (or 0xA31C5B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1C and 5B. RGB value is (163,28,91). Sum of RGB (Red+Green+Blue) = 163+28+91=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31C5B is #5CE3A4. Grayscale: #4B4B4B. Windows color (decimal): -6087589 or 5971107. OLE color: 5971107.

HSL color Cylindrical-coordinate representation of color #A31C5B: hue angle of 332º degrees, saturation: 0.71, 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 #A31C5B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1632891-
CMYK00.830.440.36
HSL332º70.68%37.45%-
HSV(B)332º82.82%63.92%-
XYZ17.419.3710.79-
YUV75.55136.73190.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=57.80%
G=9.93%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163289100.830.440.3633270.6837.45
HexA31C5B0532C2414c4725
Octal243341330123544451410745
Binary10100011111001011011010100111011001001001010011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C5B; }

 p { color: rgb(163,28,91); }

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

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

 a { background-color: rgb(163,28,91); }

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

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

 span { border-color: rgb(163,28,91); }

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