#512C45

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

Shades of Loulou #512C45

Tints of Loulou #512C45

Color information

#512C45 (or 0x512C45) is unknown color: approx Loulou. HEX triplet: 51, 2C and 45. RGB value is (81,44,69). Sum of RGB (Red+Green+Blue) = 81+44+69=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #512C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C45 is #AED3BA. Grayscale: #393939. Windows color (decimal): -11457467 or 4533329. OLE color: 4533329.

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

Color convert

RGB814469-
CMYK00.460.150.68
HSL319.46º29.6%24.51%-
HSV(B)319.46º45.68%31.76%-
XYZ5.373.986.12-
YUV57.91134.26144.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=41.75%
G=22.68%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81446900.460.150.68319.4629.624.51
Hex512C4502EF4413f1e19
Octal12154105056171044773631
Binary101000110110010001010101110111110001001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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