#56224A

Color #56224A Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #56224A

Tints of Loulou #56224A

Color information

#56224A (or 0x56224A) is unknown color: approx Loulou. HEX triplet: 56, 22 and 4A. RGB value is (86,34,74). Sum of RGB (Red+Green+Blue) = 86+34+74=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56224A is #A9DDB5. Grayscale: #363636. Windows color (decimal): -11132342 or 4858454. OLE color: 4858454.

HSL color Cylindrical-coordinate representation of color #56224A: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56224A is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB863474-
CMYK00.600.140.66
HSL313.85º43.33%23.53%-
HSV(B)313.85º60.47%33.73%-
XYZ5.653.626.88-
YUV54.11139.23150.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=44.33%
G=17.53%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86347400.600.140.66313.8543.3323.53
Hex56224A03CE4213a2b18
Octal12642112074161024725330
Binary1010110100010100101001111001110100001010011101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56224A; }

 p { color: rgb(86,34,74); }

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

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

 a { background-color: rgb(86,34,74); }

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

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

 span { border-color: rgb(86,34,74); }

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