#A71365

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

Shades of Jazzberry Jam #A71365

Tints of Jazzberry Jam #A71365

Color information

#A71365 (or 0xA71365) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 13 and 65. RGB value is (167,19,101). Sum of RGB (Red+Green+Blue) = 167+19+101=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71365 is #58EC9A. Grayscale: #484848. Windows color (decimal): -5827739 or 6624167. OLE color: 6624167.

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

Color convert

RGB16719101-
CMYK00.890.400.35
HSL326.76º79.57%36.47%-
HSV(B)326.76º88.62%65.49%-
XYZ18.529.6213.19-
YUV72.6144.03195.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=58.19%
G=6.62%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671910100.890.400.35326.7679.5736.47
HexA7136505928231475024
Octal247231450131504350712044
Binary10100111100111100101010110011010001000111010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71365; }

 p { color: rgb(167,19,101); }

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

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

 a { background-color: rgb(167,19,101); }

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

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

 span { border-color: rgb(167,19,101); }

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