Html Css Color HEX #57294B Loulou

📋 copy color: '#57294B'

red 87 ◦ green 41 ◦ blue 75

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

Shades of Loulou #57294B

Tints of Loulou #57294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 42.86%
G = 20.2%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57294B (or 0x57294B) is known color: Loulou. HEX triplet: 57, 29 and 4B. RGB value is (87,41,75). Sum of RGB (Red+Green+Blue) = 87+41+75=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57294B is #A8D6B4. Grayscale: #3A3A3A. Windows color (decimal): -11065013 or 4925783. OLE color: 4925783.

HSL color Cylindrical-coordinate representation of color #57294B: hue angle of 315.65º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57294B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 75 -
CMYK 0 0.53 0.14 0.66
HSL 315.65º 0.36% 0.25% -
HSV(B) 315.65º 0.53% 0.34% -
XYZ 5.99 4.12 7.14 -
YUV 58.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 87 41 75 0 0.53 0.14 0.66 315.65 0.36 0.25
Hex 57 29 4B 0 35 E 42 13C 24 19
Octal 127 51 113 0 65 16 102 474 44 31
Binary 1010111 101001 1001011 0 110101 1110 1000010 100111100 100100 11001

Color Harmonies of #57294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57294B

Black with #57294B

Text Example


Text Example

White with #57294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57294B; }

 p { color: rgb(87,41,75); }

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

background-color css

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

 a { background-color: rgb(87,41,75); }

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

border-color css

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

 span { border-color: rgb(87,41,75); }

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