#A31448

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

Shades of Jazzberry Jam #A31448

Tints of Jazzberry Jam #A31448

Color information

#A31448 (or 0xA31448) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 14 and 48. RGB value is (163,20,72). Sum of RGB (Red+Green+Blue) = 163+20+72=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A31448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31448 is #5CEBB7. Grayscale: #444444. Windows color (decimal): -6089656 or 4723875. OLE color: 4723875.

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

Color convert

RGB1632072-
CMYK00.880.560.36
HSL338.18º78.14%35.88%-
HSV(B)338.18º87.73%63.92%-
XYZ16.528.756.95-
YUV68.68129.88195.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=63.92%
G=7.84%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163207200.880.560.36338.1878.1435.88
HexA3144805838241524e24
Octal243241100130704452211644
Binary10100011101001001000010110001110001001001010100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31448; }

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

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

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

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

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

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

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

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