#572345

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

Shades of Loulou #572345

Tints of Loulou #572345

Color information

#572345 (or 0x572345) is unknown color: approx Loulou. HEX triplet: 57, 23 and 45. RGB value is (87,35,69). Sum of RGB (Red+Green+Blue) = 87+35+69=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #572345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572345 is #A8DCBA. Grayscale: #363636. Windows color (decimal): -11066555 or 4531031. OLE color: 4531031.

HSL color Cylindrical-coordinate representation of color #572345: hue angle of 320.77º 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 #572345 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB873569-
CMYK00.600.210.66
HSL320.77º42.62%23.92%-
HSV(B)320.77º59.77%34.12%-
XYZ5.613.666.04-
YUV54.42136.23151.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=45.55%
G=18.32%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87356900.600.210.66320.7742.6223.92
Hex57234503C15421412b18
Octal12743105074251025015330
Binary10101111000111000101011110010101100001010100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572345; }

 p { color: rgb(87,35,69); }

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

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

 a { background-color: rgb(87,35,69); }

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

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

 span { border-color: rgb(87,35,69); }

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