Html Css Color HEX #573449 Loulou

📋 copy color: '#573449'

red 87 ◦ green 52 ◦ blue 73

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

Shades of Loulou #573449

Tints of Loulou #573449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 41.04%
G = 24.53%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#573449 (or 0x573449) is known color: Loulou. HEX triplet: 57, 34 and 49. RGB value is (87,52,73). Sum of RGB (Red+Green+Blue) = 87+52+73=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #573449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573449 is #A8CBB6. Grayscale: #404040. Windows color (decimal): -11062199 or 4797527. OLE color: 4797527.

HSL color Cylindrical-coordinate representation of color #573449: hue angle of 324º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #573449 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 73 -
CMYK 0 0.40 0.16 0.66
HSL 324º 0.25% 0.27% -
HSV(B) 324º 0.4% 0.34% -
XYZ 6.36 4.96 6.93 -
YUV 64.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 87 52 73 0 0.40 0.16 0.66 324 0.25 0.27
Hex 57 34 49 0 28 10 42 144 19 1B
Octal 127 64 111 0 50 20 102 504 31 33
Binary 1010111 110100 1001001 0 101000 10000 1000010 101000100 11001 11011

Color Harmonies of #573449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573449

Black with #573449

Text Example


Text Example

White with #573449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573449; }

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

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

background-color css

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

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

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

border-color css

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

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

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