#512243

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

Shades of Loulou #512243

Tints of Loulou #512243

Color information

#512243 (or 0x512243) is unknown color: approx Loulou. HEX triplet: 51, 22 and 43. RGB value is (81,34,67). Sum of RGB (Red+Green+Blue) = 81+34+67=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512243 is #AEDDBC. Grayscale: #333333. Windows color (decimal): -11460029 or 4399697. OLE color: 4399697.

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

Color convert

RGB813467-
CMYK00.580.170.68
HSL317.87º40.87%22.55%-
HSV(B)317.87º58.02%31.76%-
XYZ4.983.35.68-
YUV51.81136.57148.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=44.51%
G=18.68%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81346700.580.170.68317.8740.8722.55
Hex51224303A114413e2917
Octal12142103072211044765127
Binary10100011000101000011011101010001100010010011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512243; }

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

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

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

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

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

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

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

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