Html Css Color HEX #57304A Loulou

📋 copy color: '#57304A'

red 87 ◦ green 48 ◦ blue 74

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

Shades of Loulou #57304A

Tints of Loulou #57304A

RGB

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

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

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

R = 41.63%
G = 22.97%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57304A (or 0x57304A) is known color: Loulou. HEX triplet: 57, 30 and 4A. RGB value is (87,48,74). Sum of RGB (Red+Green+Blue) = 87+48+74=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #57304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57304A is #A8CFB5. Grayscale: #3E3E3E. Windows color (decimal): -11063222 or 4862039. OLE color: 4862039.

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

Color convert

RGB 87 48 74 -
CMYK 0 0.45 0.15 0.66
HSL 320º 0.29% 0.26% -
HSV(B) 320º 0.45% 0.34% -
XYZ 6.22 4.63 7.05 -
YUV 62.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 87 48 74 0 0.45 0.15 0.66 320 0.29 0.26
Hex 57 30 4A 0 2D F 42 140 1D 1A
Octal 127 60 112 0 55 17 102 500 35 32
Binary 1010111 110000 1001010 0 101101 1111 1000010 101000000 11101 11010

Color Harmonies of #57304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57304A

Black with #57304A

Text Example


Text Example

White with #57304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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