#A11D5D

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

Shades of Jazzberry Jam #A11D5D

Tints of Jazzberry Jam #A11D5D

Color information

#A11D5D (or 0xA11D5D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1D and 5D. RGB value is (161,29,93). Sum of RGB (Red+Green+Blue) = 161+29+93=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5D is #5EE2A2. Grayscale: #4B4B4B. Windows color (decimal): -6218403 or 6102433. OLE color: 6102433.

HSL color Cylindrical-coordinate representation of color #A11D5D: hue angle of 330.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D5D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1612993-
CMYK00.820.420.37
HSL330.91º69.47%37.25%-
HSV(B)330.91º81.99%63.14%-
XYZ17.119.2511.24-
YUV75.76137.73188.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=56.89%
G=10.25%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161299300.820.420.37330.9169.4737.25
HexA11D5D0522A2514b4525
Octal241351350122524551310545
Binary10100001111011011101010100101010101001011010010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D5D; }

 p { color: rgb(161,29,93); }

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

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

 a { background-color: rgb(161,29,93); }

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

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

 span { border-color: rgb(161,29,93); }

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