#A31248

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

Shades of Jazzberry Jam #A31248

Tints of Jazzberry Jam #A31248

Color information

#A31248 (or 0xA31248) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 12 and 48. RGB value is (163,18,72). Sum of RGB (Red+Green+Blue) = 163+18+72=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A31248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31248 is #5CEDB7. Grayscale: #434343. Windows color (decimal): -6090168 or 4723363. OLE color: 4723363.

HSL color Cylindrical-coordinate representation of color #A31248: hue angle of 337.66º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31248 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1631872-
CMYK00.890.560.36
HSL337.66º80.11%35.49%-
HSV(B)337.66º88.96%63.92%-
XYZ16.498.696.94-
YUV67.51130.54196.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=64.43%
G=7.11%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163187200.890.560.36337.6680.1135.49
HexA3124805938241525023
Octal243221100131704452212043
Binary10100011100101001000010110011110001001001010100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31248; }

 p { color: rgb(163,18,72); }

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

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

 a { background-color: rgb(163,18,72); }

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

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

 span { border-color: rgb(163,18,72); }

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