Html Css Color HEX #57344A Loulou

📋 copy color: '#57344A'

red 87 ◦ green 52 ◦ blue 74

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

Shades of Loulou #57344A

Tints of Loulou #57344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 40.85%
G = 24.41%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57344A (or 0x57344A) is known color: Loulou. HEX triplet: 57, 34 and 4A. RGB value is (87,52,74). Sum of RGB (Red+Green+Blue) = 87+52+74=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #57344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57344A is #A8CBB5. Grayscale: #404040. Windows color (decimal): -11062198 or 4863063. OLE color: 4863063.

HSL color Cylindrical-coordinate representation of color #57344A: hue angle of 322.29º 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 #57344A is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 74 -
CMYK 0 0.40 0.15 0.66
HSL 322.29º 0.25% 0.27% -
HSV(B) 322.29º 0.4% 0.34% -
XYZ 6.39 4.98 7.1 -
YUV 64.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 87 52 74 0 0.40 0.15 0.66 322.29 0.25 0.27
Hex 57 34 4A 0 28 F 42 142 19 1B
Octal 127 64 112 0 50 17 102 502 31 33
Binary 1010111 110100 1001010 0 101000 1111 1000010 101000010 11001 11011

Color Harmonies of #57344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57344A

Black with #57344A

Text Example


Text Example

White with #57344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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