#A01346

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

Shades of Jazzberry Jam #A01346

Tints of Jazzberry Jam #A01346

Color information

#A01346 (or 0xA01346) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 13 and 46. RGB value is (160,19,70). Sum of RGB (Red+Green+Blue) = 160+19+70=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A01346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01346 is #5FECB9. Grayscale: #424242. Windows color (decimal): -6286522 or 4592544. OLE color: 4592544.

HSL color Cylindrical-coordinate representation of color #A01346: hue angle of 338.3º degrees, saturation: 0.79, 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 #A01346 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1601970-
CMYK00.880.560.37
HSL338.3º78.77%35.1%-
HSV(B)338.3º88.13%62.75%-
XYZ15.848.386.58-
YUV66.97129.71194.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=64.26%
G=7.63%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160197000.880.560.37338.378.7735.1
HexA0134605838251524f23
Octal240231060130704552211743
Binary10100000100111000110010110001110001001011010100101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01346; }

 p { color: rgb(160,19,70); }

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

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

 a { background-color: rgb(160,19,70); }

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

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

 span { border-color: rgb(160,19,70); }

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