#A71145

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

Shades of Jazzberry Jam #A71145

Tints of Jazzberry Jam #A71145

Color information

#A71145 (or 0xA71145) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 11 and 45. RGB value is (167,17,69). Sum of RGB (Red+Green+Blue) = 167+17+69=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A71145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71145 is #58EEBA. Grayscale: #434343. Windows color (decimal): -5828283 or 4526503. OLE color: 4526503.

HSL color Cylindrical-coordinate representation of color #A71145: hue angle of 339.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71145 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1671769-
CMYK00.900.590.35
HSL339.2º81.52%36.08%-
HSV(B)339.2º89.82%65.49%-
XYZ17.219.056.47-
YUV67.78128.7198.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=66.01%
G=6.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167176900.900.590.35339.281.5236.08
HexA7114505A3B231535224
Octal247211050132734352312244
Binary10100111100011000101010110101110111000111010100111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71145; }

 p { color: rgb(167,17,69); }

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

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

 a { background-color: rgb(167,17,69); }

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

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

 span { border-color: rgb(167,17,69); }

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