#512542

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

Shades of Loulou #512542

Tints of Loulou #512542

Color information

#512542 (or 0x512542) is unknown color: approx Loulou. HEX triplet: 51, 25 and 42. RGB value is (81,37,66). Sum of RGB (Red+Green+Blue) = 81+37+66=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512542 is #AEDABD. Grayscale: #353535. Windows color (decimal): -11459262 or 4334929. OLE color: 4334929.

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

Color convert

RGB813766-
CMYK00.540.190.68
HSL320.45º37.29%23.14%-
HSV(B)320.45º54.32%31.76%-
XYZ5.043.475.56-
YUV53.46135.08147.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=44.02%
G=20.11%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81376600.540.190.68320.4537.2923.14
Hex51254203613441402517
Octal12145102066231045004527
Binary10100011001011000010011011010011100010010100000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512542; }

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

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

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

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

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

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

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

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