#A6266D

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

Shades of Jazzberry Jam #A6266D

Tints of Jazzberry Jam #A6266D

Color information

#A6266D (or 0xA6266D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 26 and 6D. RGB value is (166,38,109). Sum of RGB (Red+Green+Blue) = 166+38+109=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6266D is #59D992. Grayscale: #545454. Windows color (decimal): -5888403 or 7153318. OLE color: 7153318.

HSL color Cylindrical-coordinate representation of color #A6266D: hue angle of 326.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6266D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16638109-
CMYK00.770.340.35
HSL326.72º62.75%40%-
HSV(B)326.72º77.11%65.1%-
XYZ19.1810.615.5-
YUV84.37141.91186.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=53.04%
G=12.14%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663810900.770.340.35326.7262.7540
HexA6266D04D22231473f28
Octal24646155011542435077750
Binary10100110100110110110101001101100010100011101000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6266D; }

 p { color: rgb(166,38,109); }

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

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

 a { background-color: rgb(166,38,109); }

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

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

 span { border-color: rgb(166,38,109); }

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