#A7266D

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

Shades of Jazzberry Jam #A7266D

Tints of Jazzberry Jam #A7266D

Color information

#A7266D (or 0xA7266D) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 26 and 6D. RGB value is (167,38,109). Sum of RGB (Red+Green+Blue) = 167+38+109=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7266D is #58D992. Grayscale: #545454. Windows color (decimal): -5822867 or 7153319. OLE color: 7153319.

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

Color convert

RGB16738109-
CMYK00.770.350.35
HSL326.98º62.93%40.2%-
HSV(B)326.98º77.25%65.49%-
XYZ19.3910.7115.51-
YUV84.66141.74186.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=53.18%
G=12.10%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673810900.770.350.35326.9862.9340.2
HexA7266D04D23231473f28
Octal24746155011543435077750
Binary10100111100110110110101001101100011100011101000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7266D; }

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

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

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

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

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

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

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

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