#a71545

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

Shades of Jazzberry Jam #A71545

Tints of Jazzberry Jam #A71545

Color information

#A71545 (or 0xA71545) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 15 and 45. RGB value is (167,21,69). Sum of RGB (Red+Green+Blue) = 167+21+69=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A71545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71545 is #58EABA. Grayscale: #464646. Windows color (decimal): -5827259 or 4527527. OLE color: 4527527.

HSL color Cylindrical-coordinate representation of color #A71545: hue angle of 340.27º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71545 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1672169-
CMYK00.870.590.35
HSL340.27º77.66%36.86%-
HSV(B)340.27º87.43%65.49%-
XYZ17.289.186.49-
YUV70.13127.37197.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=64.98%
G=8.17%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167216900.870.590.35340.2777.6636.86
HexA715450573B231544e25
Octal247251050127734352411645
Binary10100111101011000101010101111110111000111010101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71545; }

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

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

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

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

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

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

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

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