Html Css Color HEX #573048 Loulou

📋 copy color: '#573048'

red 87 ◦ green 48 ◦ blue 72

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

Shades of Loulou #573048

Tints of Loulou #573048

RGB

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

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

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

R = 42.03%
G = 23.19%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#573048 (or 0x573048) is known color: Loulou. HEX triplet: 57, 30 and 48. RGB value is (87,48,72). Sum of RGB (Red+Green+Blue) = 87+48+72=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #573048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573048 is #A8CFB7. Grayscale: #3E3E3E. Windows color (decimal): -11063224 or 4730967. OLE color: 4730967.

HSL color Cylindrical-coordinate representation of color #573048: hue angle of 323.08º 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 #573048 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 72 -
CMYK 0 0.45 0.17 0.66
HSL 323.08º 0.29% 0.26% -
HSV(B) 323.08º 0.45% 0.34% -
XYZ 6.16 4.61 6.7 -
YUV 62.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 87 48 72 0 0.45 0.17 0.66 323.08 0.29 0.26
Hex 57 30 48 0 2D 11 42 143 1D 1A
Octal 127 60 110 0 55 21 102 503 35 32
Binary 1010111 110000 1001000 0 101101 10001 1000010 101000011 11101 11010

Color Harmonies of #573048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573048

Black with #573048

Text Example


Text Example

White with #573048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573048; }

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

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

background-color css

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

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

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

border-color css

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

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

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