#56274D

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

Shades of Loulou #56274D

Tints of Loulou #56274D

Color information

#56274D (or 0x56274D) is unknown color: approx Loulou. HEX triplet: 56, 27 and 4D. RGB value is (86,39,77). Sum of RGB (Red+Green+Blue) = 86+39+77=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56274D is #A9D8B2. Grayscale: #393939. Windows color (decimal): -11131059 or 5056342. OLE color: 5056342.

HSL color Cylindrical-coordinate representation of color #56274D: hue angle of 311.49º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56274D is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB863977-
CMYK00.550.100.66
HSL311.49º37.6%24.51%-
HSV(B)311.49º54.65%33.73%-
XYZ5.93.977.48-
YUV57.38139.07148.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=42.57%
G=19.31%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86397700.550.100.66311.4937.624.51
Hex56274D037A421372619
Octal12647115067121024674631
Binary1010110100111100110101101111010100001010011011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56274D; }

 p { color: rgb(86,39,77); }

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

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

 a { background-color: rgb(86,39,77); }

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

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

 span { border-color: rgb(86,39,77); }

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