#A11B5B

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

Shades of Jazzberry Jam #A11B5B

Tints of Jazzberry Jam #A11B5B

Color information

#A11B5B (or 0xA11B5B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1B and 5B. RGB value is (161,27,91). Sum of RGB (Red+Green+Blue) = 161+27+91=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B5B is #5EE4A4. Grayscale: #4A4A4A. Windows color (decimal): -6218917 or 5970849. OLE color: 5970849.

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

Color convert

RGB1612791-
CMYK00.830.430.37
HSL331.34º71.28%36.86%-
HSV(B)331.34º83.23%63.14%-
XYZ16.989.1210.76-
YUV74.36137.39189.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=57.71%
G=9.68%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161279100.830.430.37331.3471.2836.86
HexA11B5B0532B2514b4725
Octal241331330123534551310745
Binary10100001110111011011010100111010111001011010010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B5B; }

 p { color: rgb(161,27,91); }

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

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

 a { background-color: rgb(161,27,91); }

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

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

 span { border-color: rgb(161,27,91); }

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