#A6154B

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

Shades of Jazzberry Jam #A6154B

Tints of Jazzberry Jam #A6154B

Color information

#A6154B (or 0xA6154B) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 4B. RGB value is (166,21,75). Sum of RGB (Red+Green+Blue) = 166+21+75=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6154B is #59EAB4. Grayscale: #464646. Windows color (decimal): -5892789 or 4920742. OLE color: 4920742.

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

Color convert

RGB1662175-
CMYK00.870.550.35
HSL337.66º77.54%36.67%-
HSV(B)337.66º87.35%65.1%-
XYZ17.269.157.51-
YUV70.51130.54196.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.36%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=63.36%
G=8.02%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166217500.870.550.35337.6677.5436.67
HexA6154B05737231524e25
Octal246251130127674352211645
Binary10100110101011001011010101111101111000111010100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6154B; }

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

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

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

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

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

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

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

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