#57254A

Color #57254A Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #57254A

Tints of Loulou #57254A

Color information

#57254A (or 0x57254A) is unknown color: approx Loulou. HEX triplet: 57, 25 and 4A. RGB value is (87,37,74). Sum of RGB (Red+Green+Blue) = 87+37+74=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57254A is #A8DAB5. Grayscale: #383838. Windows color (decimal): -11066038 or 4859223. OLE color: 4859223.

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

Color convert

RGB873774-
CMYK00.570.150.66
HSL315.6º40.32%24.31%-
HSV(B)315.6º57.47%34.12%-
XYZ5.833.846.91-
YUV56.17138.06149.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=43.94%
G=18.69%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87377400.570.150.66315.640.3224.31
Hex57254A039F4213c2818
Octal12745112071171024745030
Binary1010111100101100101001110011111100001010011110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57254A;
 }
 .AnyTagClassName
 {
   color: #57254A;
 }
</style>
background-color css

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

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

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

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

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

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