#A6134C

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

Shades of Jazzberry Jam #A6134C

Tints of Jazzberry Jam #A6134C

Color information

#A6134C (or 0xA6134C) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 13 and 4C. RGB value is (166,19,76). Sum of RGB (Red+Green+Blue) = 166+19+76=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6134C is #59ECB3. Grayscale: #454545. Windows color (decimal): -5893300 or 4985766. OLE color: 4985766.

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

Color convert

RGB1661976-
CMYK00.890.540.35
HSL336.73º79.46%36.27%-
HSV(B)336.73º88.55%65.1%-
XYZ17.269.097.68-
YUV69.45131.7196.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=63.60%
G=7.28%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166197600.890.540.35336.7379.4636.27
HexA6134C05936231514f24
Octal246231140131664352111744
Binary10100110100111001100010110011101101000111010100011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6134C; }

 p { color: rgb(166,19,76); }

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

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

 a { background-color: rgb(166,19,76); }

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

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

 span { border-color: rgb(166,19,76); }

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