Html Css Color HEX #572E48 Loulou

📋 copy color: '#572E48'

red 87 ◦ green 46 ◦ blue 72

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

Shades of Loulou #572E48

Tints of Loulou #572E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 42.44%
G = 22.44%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#572E48 (or 0x572E48) is known color: Loulou. HEX triplet: 57, 2E and 48. RGB value is (87,46,72). Sum of RGB (Red+Green+Blue) = 87+46+72=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E48 is #A8D1B7. Grayscale: #3D3D3D. Windows color (decimal): -11063736 or 4730455. OLE color: 4730455.

HSL color Cylindrical-coordinate representation of color #572E48: hue angle of 321.95º 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 #572E48 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 72 -
CMYK 0 0.47 0.17 0.66
HSL 321.95º 0.31% 0.26% -
HSV(B) 321.95º 0.47% 0.34% -
XYZ 6.08 4.45 6.67 -
YUV 61.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 87 46 72 0 0.47 0.17 0.66 321.95 0.31 0.26
Hex 57 2E 48 0 2F 11 42 142 1F 1A
Octal 127 56 110 0 57 21 102 502 37 32
Binary 1010111 101110 1001000 0 101111 10001 1000010 101000010 11111 11010

Color Harmonies of #572E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E48

Black with #572E48

Text Example


Text Example

White with #572E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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