Html Css Color HEX #572948 Loulou

📋 copy color: '#572948'

red 87 ◦ green 41 ◦ blue 72

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

Shades of Loulou #572948

Tints of Loulou #572948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

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

R = 43.5%
G = 20.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#572948 (or 0x572948) is known color: Loulou. HEX triplet: 57, 29 and 48. RGB value is (87,41,72). Sum of RGB (Red+Green+Blue) = 87+41+72=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #572948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572948 is #A8D6B7. Grayscale: #3A3A3A. Windows color (decimal): -11065016 or 4729175. OLE color: 4729175.

HSL color Cylindrical-coordinate representation of color #572948: hue angle of 319.57º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572948 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 72 -
CMYK 0 0.53 0.17 0.66
HSL 319.57º 0.36% 0.25% -
HSV(B) 319.57º 0.53% 0.34% -
XYZ 5.89 4.08 6.61 -
YUV 58.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 87 41 72 0 0.53 0.17 0.66 319.57 0.36 0.25
Hex 57 29 48 0 35 11 42 140 24 19
Octal 127 51 110 0 65 21 102 500 44 31
Binary 1010111 101001 1001000 0 110101 10001 1000010 101000000 100100 11001

Color Harmonies of #572948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572948

Black with #572948

Text Example


Text Example

White with #572948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572948; }

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

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

background-color css

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

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

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

border-color css

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

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

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