Html Css Color HEX #573050 Loulou

📋 copy color: '#573050'

red 87 ◦ green 48 ◦ blue 80

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

Shades of Loulou #573050

Tints of Loulou #573050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.33%

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 40.47%
G = 22.33%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573050 (or 0x573050) is known color: Loulou. HEX triplet: 57, 30 and 50. RGB value is (87,48,80). Sum of RGB (Red+Green+Blue) = 87+48+80=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #573050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573050 is #A8CFAF. Grayscale: #3F3F3F. Windows color (decimal): -11063216 or 5255255. OLE color: 5255255.

HSL color Cylindrical-coordinate representation of color #573050: hue angle of 310.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573050 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 80 -
CMYK 0 0.45 0.08 0.66
HSL 310.77º 0.29% 0.26% -
HSV(B) 310.77º 0.45% 0.34% -
XYZ 6.44 4.72 8.16 -
YUV 63.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 87 48 80 0 0.45 0.08 0.66 310.77 0.29 0.26
Hex 57 30 50 0 2D 8 42 137 1D 1A
Octal 127 60 120 0 55 10 102 467 35 32
Binary 1010111 110000 1010000 0 101101 1000 1000010 100110111 11101 11010

Color Harmonies of #573050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573050

Black with #573050

Text Example


Text Example

White with #573050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573050; }

 p { color: rgb(87,48,80); }

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

background-color css

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

 a { background-color: rgb(87,48,80); }

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

border-color css

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

 span { border-color: rgb(87,48,80); }

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