#512D45

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

Shades of Loulou #512D45

Tints of Loulou #512D45

Color information

#512D45 (or 0x512D45) is unknown color: approx Loulou. HEX triplet: 51, 2D and 45. RGB value is (81,45,69). Sum of RGB (Red+Green+Blue) = 81+45+69=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #512D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D45 is #AED2BA. Grayscale: #3A3A3A. Windows color (decimal): -11457211 or 4533585. OLE color: 4533585.

HSL color Cylindrical-coordinate representation of color #512D45: hue angle of 320º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D45 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB814569-
CMYK00.440.150.68
HSL320º28.57%24.71%-
HSV(B)320º44.44%31.76%-
XYZ5.414.066.13-
YUV58.5133.93144.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=41.54%
G=23.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81456900.440.150.6832028.5724.71
Hex512D4502CF441401d19
Octal12155105054171045003531
Binary101000110110110001010101100111110001001010000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D45; }

 p { color: rgb(81,45,69); }

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

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

 a { background-color: rgb(81,45,69); }

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

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

 span { border-color: rgb(81,45,69); }

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