#A7124E

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

Shades of Jazzberry Jam #A7124E

Tints of Jazzberry Jam #A7124E

Color information

#A7124E (or 0xA7124E) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 4E. RGB value is (167,18,78). Sum of RGB (Red+Green+Blue) = 167+18+78=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7124E is #58EDB1. Grayscale: #454545. Windows color (decimal): -5828018 or 5116583. OLE color: 5116583.

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

Color convert

RGB1671878-
CMYK00.890.530.35
HSL335.84º80.54%36.27%-
HSV(B)335.84º89.22%65.49%-
XYZ17.539.28.06-
YUV69.39132.86197.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.50%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=63.50%
G=6.84%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167187800.890.530.35335.8480.5436.27
HexA7124E05935231505124
Octal247221160131654352012144
Binary10100111100101001110010110011101011000111010100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7124E; }

 p { color: rgb(167,18,78); }

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

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

 a { background-color: rgb(167,18,78); }

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

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

 span { border-color: rgb(167,18,78); }

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