#A11D5C

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

Shades of Jazzberry Jam #A11D5C

Tints of Jazzberry Jam #A11D5C

Color information

#A11D5C (or 0xA11D5C) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1D and 5C. RGB value is (161,29,92). Sum of RGB (Red+Green+Blue) = 161+29+92=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5C is #5EE2A3. Grayscale: #4B4B4B. Windows color (decimal): -6218404 or 6036897. OLE color: 6036897.

HSL color Cylindrical-coordinate representation of color #A11D5C: hue angle of 331.36º 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 #A11D5C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1612992-
CMYK00.820.430.37
HSL331.36º69.47%37.25%-
HSV(B)331.36º81.99%63.14%-
XYZ17.079.2311.01-
YUV75.65137.23188.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 29 (11.72% from 255) = 10.28%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=57.09%
G=10.28%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161299200.820.430.37331.3669.4737.25
HexA11D5C0522B2514b4525
Octal241351340122534551310545
Binary10100001111011011100010100101010111001011010010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D5C; }

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

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

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

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

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

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

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

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