Html Css Color HEX #57274A Loulou

📋 copy color: '#57274A'

red 87 ◦ green 39 ◦ blue 74

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

Shades of Loulou #57274A

Tints of Loulou #57274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

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

R = 43.5%
G = 19.5%
B = 37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57274A (or 0x57274A) is known color: Loulou. HEX triplet: 57, 27 and 4A. RGB value is (87,39,74). Sum of RGB (Red+Green+Blue) = 87+39+74=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57274A is #A8D8B5. Grayscale: #393939. Windows color (decimal): -11065526 or 4859735. OLE color: 4859735.

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

Color convert

RGB 87 39 74 -
CMYK 0 0.55 0.15 0.66
HSL 316.25º 0.38% 0.25% -
HSV(B) 316.25º 0.55% 0.34% -
XYZ 5.89 3.97 6.93 -
YUV 57.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 87 39 74 0 0.55 0.15 0.66 316.25 0.38 0.25
Hex 57 27 4A 0 37 F 42 13C 26 19
Octal 127 47 112 0 67 17 102 474 46 31
Binary 1010111 100111 1001010 0 110111 1111 1000010 100111100 100110 11001

Color Harmonies of #57274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57274A

Black with #57274A

Text Example


Text Example

White with #57274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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