#A6134B

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

Shades of Jazzberry Jam #A6134B

Tints of Jazzberry Jam #A6134B

Color information

#A6134B (or 0xA6134B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 13 and 4B. RGB value is (166,19,75). Sum of RGB (Red+Green+Blue) = 166+19+75=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6134B is #59ECB4. Grayscale: #454545. Windows color (decimal): -5893301 or 4920230. OLE color: 4920230.

HSL color Cylindrical-coordinate representation of color #A6134B: hue angle of 337.14º 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 #A6134B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1661975-
CMYK00.890.550.35
HSL337.14º79.46%36.27%-
HSV(B)337.14º88.55%65.1%-
XYZ17.239.087.5-
YUV69.34131.2196.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.85%
GREEN value IS 19 (7.81% from 255) = 7.31%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=63.85%
G=7.31%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166197500.890.550.35337.1479.4636.27
HexA6134B05937231514f24
Octal246231130131674352111744
Binary10100110100111001011010110011101111000111010100011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6134B; }

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

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

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

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

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

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

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

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