#512642

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

Shades of Loulou #512642

Tints of Loulou #512642

Color information

#512642 (or 0x512642) is unknown color: approx Loulou. HEX triplet: 51, 26 and 42. RGB value is (81,38,66). Sum of RGB (Red+Green+Blue) = 81+38+66=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #512642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512642 is #AED9BD. Grayscale: #353535. Windows color (decimal): -11459006 or 4335185. OLE color: 4335185.

HSL color Cylindrical-coordinate representation of color #512642: hue angle of 320.93º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512642 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB813866-
CMYK00.530.190.68
HSL320.93º36.13%23.33%-
HSV(B)320.93º53.09%31.76%-
XYZ5.073.535.57-
YUV54.05134.75147.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=43.78%
G=20.54%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81386600.530.190.68320.9336.1323.33
Hex51264203513441412417
Octal12146102065231045014427
Binary10100011001101000010011010110011100010010100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512642; }

 p { color: rgb(81,38,66); }

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

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

 a { background-color: rgb(81,38,66); }

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

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

 span { border-color: rgb(81,38,66); }

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