Html Css Color HEX #572E49 Loulou

📋 copy color: '#572E49'

red 87 ◦ green 46 ◦ blue 73

#572E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #572E49

Tints of Loulou #572E49

RGB

 RED value IS 87 (34.38% from 255) = 42.23%

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 42.23%
G = 22.33%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#572E49 (or 0x572E49) is known color: Loulou. HEX triplet: 57, 2E and 49. RGB value is (87,46,73). Sum of RGB (Red+Green+Blue) = 87+46+73=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E49 is #A8D1B6. Grayscale: #3D3D3D. Windows color (decimal): -11063735 or 4795991. OLE color: 4795991.

HSL color Cylindrical-coordinate representation of color #572E49: hue angle of 320.49º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E49 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 73 -
CMYK 0 0.47 0.16 0.66
HSL 320.49º 0.31% 0.26% -
HSV(B) 320.49º 0.47% 0.34% -
XYZ 6.11 4.46 6.84 -
YUV 61.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 87 46 73 0 0.47 0.16 0.66 320.49 0.31 0.26
Hex 57 2E 49 0 2F 10 42 140 1F 1A
Octal 127 56 111 0 57 20 102 500 37 32
Binary 1010111 101110 1001001 0 101111 10000 1000010 101000000 11111 11010

Color Harmonies of #572E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E49

Black with #572E49

Text Example


Text Example

White with #572E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572E49; }

 p { color: rgb(87,46,73); }

 H1.HeaderClassName
 {
   color: #572E49;
 }
 .AnyTagClassName
 {
   color: #572E49;
 }
</style>

background-color css

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

 a { background-color: rgb(87,46,73); }

 div.DivClassName
 {
   background-color: #572E49;
 }
 .BgClassName
 {
   background-color: #572E49;
 }
</style>

border-color css

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

 span { border-color: rgb(87,46,73); }

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