#A01449

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

Shades of Jazzberry Jam #A01449

Tints of Jazzberry Jam #A01449

Color information

#A01449 (or 0xA01449) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 14 and 49. RGB value is (160,20,73). Sum of RGB (Red+Green+Blue) = 160+20+73=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A01449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01449 is #5FEBB6. Grayscale: #434343. Windows color (decimal): -6286263 or 4789408. OLE color: 4789408.

HSL color Cylindrical-coordinate representation of color #A01449: hue angle of 337.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01449 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1602073-
CMYK00.880.540.37
HSL337.29º77.78%35.29%-
HSV(B)337.29º87.5%62.75%-
XYZ15.958.457.09-
YUV67.9130.88193.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=63.24%
G=7.91%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160207300.880.540.37337.2977.7835.29
HexA0144905836251514e23
Octal240241110130664552111643
Binary10100000101001001001010110001101101001011010100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01449; }

 p { color: rgb(160,20,73); }

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

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

 a { background-color: rgb(160,20,73); }

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

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

 span { border-color: rgb(160,20,73); }

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