#A11F5F

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

Shades of Jazzberry Jam #A11F5F

Tints of Jazzberry Jam #A11F5F

Color information

#A11F5F (or 0xA11F5F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1F and 5F. RGB value is (161,31,95). Sum of RGB (Red+Green+Blue) = 161+31+95=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F5F is #5EE0A0. Grayscale: #4D4D4D. Windows color (decimal): -6217889 or 6234017. OLE color: 6234017.

HSL color Cylindrical-coordinate representation of color #A11F5F: hue angle of 330.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F5F is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1613195-
CMYK00.810.410.37
HSL330.46º67.71%37.65%-
HSV(B)330.46º80.75%63.14%-
XYZ17.259.3811.73-
YUV77.17138.07187.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 31 (12.5% from 255) = 10.80%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=56.10%
G=10.80%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161319500.810.410.37330.4667.7137.65
HexA11F5F051292514a4426
Octal241371370121514551210446
Binary10100001111111011111010100011010011001011010010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11F5F; }

 p { color: rgb(161,31,95); }

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

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

 a { background-color: rgb(161,31,95); }

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

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

 span { border-color: rgb(161,31,95); }

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