Html Css Color HEX #573150 Loulou

📋 copy color: '#573150'

red 87 ◦ green 49 ◦ blue 80

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

Shades of Loulou #573150

Tints of Loulou #573150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

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

R = 40.28%
G = 22.69%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573150 (or 0x573150) is known color: Loulou. HEX triplet: 57, 31 and 50. RGB value is (87,49,80). Sum of RGB (Red+Green+Blue) = 87+49+80=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #573150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573150 is #A8CEAF. Grayscale: #3F3F3F. Windows color (decimal): -11062960 or 5255511. OLE color: 5255511.

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

Color convert

RGB 87 49 80 -
CMYK 0 0.44 0.08 0.66
HSL 311.05º 0.28% 0.27% -
HSV(B) 311.05º 0.44% 0.34% -
XYZ 6.48 4.8 8.17 -
YUV 63.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 87 49 80 0 0.44 0.08 0.66 311.05 0.28 0.27
Hex 57 31 50 0 2C 8 42 137 1C 1B
Octal 127 61 120 0 54 10 102 467 34 33
Binary 1010111 110001 1010000 0 101100 1000 1000010 100110111 11100 11011

Color Harmonies of #573150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573150

Black with #573150

Text Example


Text Example

White with #573150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573150; }

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

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

background-color css

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

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

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

border-color css

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

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

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