#572546

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

Shades of Loulou #572546

Tints of Loulou #572546

Color information

#572546 (or 0x572546) is unknown color: approx Loulou. HEX triplet: 57, 25 and 46. RGB value is (87,37,70). Sum of RGB (Red+Green+Blue) = 87+37+70=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572546 is #A8DAB9. Grayscale: #373737. Windows color (decimal): -11066042 or 4597079. OLE color: 4597079.

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

Color convert

RGB873770-
CMYK00.570.200.66
HSL320.4º40.32%24.31%-
HSV(B)320.4º57.47%34.12%-
XYZ5.73.796.23-
YUV55.71136.06150.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=44.85%
G=19.07%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87377000.570.200.66320.440.3224.31
Hex57254603914421402818
Octal12745106071241025005030
Binary10101111001011000110011100110100100001010100000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572546; }

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

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

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

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

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

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

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

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