#572145

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

Shades of Loulou #572145

Tints of Loulou #572145

Color information

#572145 (or 0x572145) is unknown color: approx Loulou. HEX triplet: 57, 21 and 45. RGB value is (87,33,69). Sum of RGB (Red+Green+Blue) = 87+33+69=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572145 is #A8DEBA. Grayscale: #353535. Windows color (decimal): -11067067 or 4530519. OLE color: 4530519.

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

Color convert

RGB873369-
CMYK00.620.210.66
HSL320º45%23.53%-
HSV(B)320º62.07%34.12%-
XYZ5.553.546.02-
YUV53.25136.89152.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=46.03%
G=17.46%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87336900.620.210.663204523.53
Hex57214503E15421402d18
Octal12741105076251025005530
Binary10101111000011000101011111010101100001010100000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572145; }

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

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

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

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

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

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

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

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