#A7266C

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

Shades of Jazzberry Jam #A7266C

Tints of Jazzberry Jam #A7266C

Color information

#A7266C (or 0xA7266C) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 26 and 6C. RGB value is (167,38,108). Sum of RGB (Red+Green+Blue) = 167+38+108=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7266C is #58D993. Grayscale: #545454. Windows color (decimal): -5822868 or 7087783. OLE color: 7087783.

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

Color convert

RGB16738108-
CMYK00.770.350.35
HSL327.44º62.93%40.2%-
HSV(B)327.44º77.25%65.49%-
XYZ19.3410.6815.23-
YUV84.55141.24186.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=53.35%
G=12.14%
B=34.50%

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
Decimal1673810800.770.350.35327.4462.9340.2
HexA7266C04D23231473f28
Octal24746154011543435077750
Binary10100111100110110110001001101100011100011101000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7266C; }

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

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

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

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

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

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

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

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