#512748

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

Shades of Loulou #512748

Tints of Loulou #512748

Color information

#512748 (or 0x512748) is unknown color: approx Loulou. HEX triplet: 51, 27 and 48. RGB value is (81,39,72). Sum of RGB (Red+Green+Blue) = 81+39+72=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512748 is #AED8B7. Grayscale: #373737. Windows color (decimal): -11458744 or 4728657. OLE color: 4728657.

HSL color Cylindrical-coordinate representation of color #512748: hue angle of 312.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512748 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB813972-
CMYK00.520.110.68
HSL312.86º35%23.53%-
HSV(B)312.86º51.85%31.76%-
XYZ5.293.676.56-
YUV55.32137.41146.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=42.19%
G=20.31%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81397200.520.110.68312.863523.53
Hex512748034B441392318
Octal12147110064131044714330
Binary1010001100111100100001101001011100010010011100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512748; }

 p { color: rgb(81,39,72); }

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

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

 a { background-color: rgb(81,39,72); }

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

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

 span { border-color: rgb(81,39,72); }

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