#57214A

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

Shades of Loulou #57214A

Tints of Loulou #57214A

Color information

#57214A (or 0x57214A) is unknown color: approx Loulou. HEX triplet: 57, 21 and 4A. RGB value is (87,33,74). Sum of RGB (Red+Green+Blue) = 87+33+74=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #57214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57214A is #A8DEB5. Grayscale: #353535. Windows color (decimal): -11067062 or 4858199. OLE color: 4858199.

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

Color convert

RGB873374-
CMYK00.620.150.66
HSL314.44º45%23.53%-
HSV(B)314.44º62.07%34.12%-
XYZ5.713.616.87-
YUV53.82139.39151.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=44.85%
G=17.01%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87337400.620.150.66314.444523.53
Hex57214A03EF4213a2d18
Octal12741112076171024725530
Binary1010111100001100101001111101111100001010011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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