#a71b5f

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

Shades of Jazzberry Jam #A71B5F

Tints of Jazzberry Jam #A71B5F

Color information

#A71B5F (or 0xA71B5F) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1B and 5F. RGB value is (167,27,95). Sum of RGB (Red+Green+Blue) = 167+27+95=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B5F is #58E4A0. Grayscale: #4C4C4C. Windows color (decimal): -5825697 or 6232999. OLE color: 6232999.

HSL color Cylindrical-coordinate representation of color #A71B5F: hue angle of 330.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B5F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1672795-
CMYK00.840.430.35
HSL330.86º72.16%38.04%-
HSV(B)330.86º83.83%65.49%-
XYZ18.399.8311.75-
YUV76.61138.38192.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.79%
GREEN value IS 27 (10.94% from 255) = 9.34%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=57.79%
G=9.34%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167279500.840.430.35330.8672.1638.04
HexA71B5F0542B2314b4826
Octal247331370124534351311046
Binary10100111110111011111010101001010111000111010010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71b5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71b5f; }

 p { color: rgb(167,27,95); }

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

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

 a { background-color: rgb(167,27,95); }

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

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

 span { border-color: rgb(167,27,95); }

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