#A71451

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

Shades of Jazzberry Jam #A71451

Tints of Jazzberry Jam #A71451

Color information

#A71451 (or 0xA71451) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 14 and 51. RGB value is (167,20,81). Sum of RGB (Red+Green+Blue) = 167+20+81=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A71451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71451 is #58EBAE. Grayscale: #464646. Windows color (decimal): -5827503 or 5313703. OLE color: 5313703.

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

Color convert

RGB1672081-
CMYK00.880.510.35
HSL335.1º78.61%36.67%-
HSV(B)335.1º88.02%65.49%-
XYZ17.679.318.65-
YUV70.91133.7196.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.31%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=62.31%
G=7.46%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167208100.880.510.35335.178.6136.67
HexA71451058332314f4f25
Octal247241210130634351711745
Binary10100111101001010001010110001100111000111010011111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71451; }

 p { color: rgb(167,20,81); }

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

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

 a { background-color: rgb(167,20,81); }

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

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

 span { border-color: rgb(167,20,81); }

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