Html Css Color HEX #572C48 Loulou

📋 copy color: '#572C48'

red 87 ◦ green 44 ◦ blue 72

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

Shades of Loulou #572C48

Tints of Loulou #572C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 42.86%
G = 21.67%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#572C48 (or 0x572C48) is known color: Loulou. HEX triplet: 57, 2C and 48. RGB value is (87,44,72). Sum of RGB (Red+Green+Blue) = 87+44+72=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C48 is #A8D3B7. Grayscale: #3B3B3B. Windows color (decimal): -11064248 or 4729943. OLE color: 4729943.

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

Color convert

RGB 87 44 72 -
CMYK 0 0.49 0.17 0.66
HSL 320.93º 0.33% 0.26% -
HSV(B) 320.93º 0.49% 0.34% -
XYZ 6 4.3 6.64 -
YUV 60.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 87 44 72 0 0.49 0.17 0.66 320.93 0.33 0.26
Hex 57 2C 48 0 31 11 42 141 21 1A
Octal 127 54 110 0 61 21 102 501 41 32
Binary 1010111 101100 1001000 0 110001 10001 1000010 101000001 100001 11010

Color Harmonies of #572C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C48

Black with #572C48

Text Example


Text Example

White with #572C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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