Html Css Color HEX #57354A Loulou

📋 copy color: '#57354A'

red 87 ◦ green 53 ◦ blue 74

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

Shades of Loulou #57354A

Tints of Loulou #57354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 40.65%
G = 24.77%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57354A (or 0x57354A) is known color: Loulou. HEX triplet: 57, 35 and 4A. RGB value is (87,53,74). Sum of RGB (Red+Green+Blue) = 87+53+74=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57354A is #A8CAB5. Grayscale: #414141. Windows color (decimal): -11061942 or 4863319. OLE color: 4863319.

HSL color Cylindrical-coordinate representation of color #57354A: hue angle of 322.94º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57354A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 74 -
CMYK 0 0.39 0.15 0.66
HSL 322.94º 0.24% 0.27% -
HSV(B) 322.94º 0.39% 0.34% -
XYZ 6.44 5.07 7.12 -
YUV 65.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 87 53 74 0 0.39 0.15 0.66 322.94 0.24 0.27
Hex 57 35 4A 0 27 F 42 143 18 1B
Octal 127 65 112 0 47 17 102 503 30 33
Binary 1010111 110101 1001010 0 100111 1111 1000010 101000011 11000 11011

Color Harmonies of #57354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57354A

Black with #57354A

Text Example


Text Example

White with #57354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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