Html Css Color HEX #57274E Loulou

📋 copy color: '#57274E'

red 87 ◦ green 39 ◦ blue 78

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

Shades of Loulou #57274E

Tints of Loulou #57274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 42.65%
G = 19.12%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57274E (or 0x57274E) is known color: Loulou. HEX triplet: 57, 27 and 4E. RGB value is (87,39,78). Sum of RGB (Red+Green+Blue) = 87+39+78=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57274E is #A8D8B1. Grayscale: #393939. Windows color (decimal): -11065522 or 5121879. OLE color: 5121879.

HSL color Cylindrical-coordinate representation of color #57274E: hue angle of 311.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 #57274E is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 39 78 -
CMYK 0 0.55 0.10 0.66
HSL 311.25º 0.38% 0.25% -
HSV(B) 311.25º 0.55% 0.34% -
XYZ 6.03 4.03 7.67 -
YUV 57.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 87 39 78 0 0.55 0.10 0.66 311.25 0.38 0.25
Hex 57 27 4E 0 37 A 42 137 26 19
Octal 127 47 116 0 67 12 102 467 46 31
Binary 1010111 100111 1001110 0 110111 1010 1000010 100110111 100110 11001

Color Harmonies of #57274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57274E

Black with #57274E

Text Example


Text Example

White with #57274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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