#572646

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

Shades of Loulou #572646

Tints of Loulou #572646

Color information

#572646 (or 0x572646) is unknown color: approx Loulou. HEX triplet: 57, 26 and 46. RGB value is (87,38,70). Sum of RGB (Red+Green+Blue) = 87+38+70=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #572646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572646 is #A8D9B9. Grayscale: #383838. Windows color (decimal): -11065786 or 4597335. OLE color: 4597335.

HSL color Cylindrical-coordinate representation of color #572646: hue angle of 320.82º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572646 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB873870-
CMYK00.560.200.66
HSL320.82º39.2%24.51%-
HSV(B)320.82º56.32%34.12%-
XYZ5.733.856.24-
YUV56.3135.73149.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=44.62%
G=19.49%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87387000.560.200.66320.8239.224.51
Hex57264603814421412719
Octal12746106070241025014731
Binary10101111001101000110011100010100100001010100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572646; }

 p { color: rgb(87,38,70); }

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

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

 a { background-color: rgb(87,38,70); }

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

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

 span { border-color: rgb(87,38,70); }

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