Html Css Color HEX #57314C Loulou

📋 copy color: '#57314C'

red 87 ◦ green 49 ◦ blue 76

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

Shades of Loulou #57314C

Tints of Loulou #57314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 41.04%
G = 23.11%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57314C (or 0x57314C) is known color: Loulou. HEX triplet: 57, 31 and 4C. RGB value is (87,49,76). Sum of RGB (Red+Green+Blue) = 87+49+76=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57314C is #A8CEB3. Grayscale: #3F3F3F. Windows color (decimal): -11062964 or 4993367. OLE color: 4993367.

HSL color Cylindrical-coordinate representation of color #57314C: hue angle of 317.37º 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 #57314C is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 76 -
CMYK 0 0.44 0.13 0.66
HSL 317.37º 0.28% 0.27% -
HSV(B) 317.37º 0.44% 0.34% -
XYZ 6.33 4.74 7.42 -
YUV 63.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 87 49 76 0 0.44 0.13 0.66 317.37 0.28 0.27
Hex 57 31 4C 0 2C D 42 13D 1C 1B
Octal 127 61 114 0 54 15 102 475 34 33
Binary 1010111 110001 1001100 0 101100 1101 1000010 100111101 11100 11011

Color Harmonies of #57314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57314C

Black with #57314C

Text Example


Text Example

White with #57314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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