#512443

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

Shades of Loulou #512443

Tints of Loulou #512443

Color information

#512443 (or 0x512443) is unknown color: approx Loulou. HEX triplet: 51, 24 and 43. RGB value is (81,36,67). Sum of RGB (Red+Green+Blue) = 81+36+67=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512443 is #AEDBBC. Grayscale: #343434. Windows color (decimal): -11459517 or 4400209. OLE color: 4400209.

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

Color convert

RGB813667-
CMYK00.560.170.68
HSL318.67º38.46%22.94%-
HSV(B)318.67º55.56%31.76%-
XYZ5.043.425.7-
YUV52.99135.91147.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=44.02%
G=19.57%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81366700.560.170.68318.6738.4622.94
Hex512443038114413f2617
Octal12144103070211044774627
Binary10100011001001000011011100010001100010010011111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512443; }

 p { color: rgb(81,36,67); }

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

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

 a { background-color: rgb(81,36,67); }

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

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

 span { border-color: rgb(81,36,67); }

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