#512643

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

Shades of Loulou #512643

Tints of Loulou #512643

Color information

#512643 (or 0x512643) is unknown color: approx Loulou. HEX triplet: 51, 26 and 43. RGB value is (81,38,67). Sum of RGB (Red+Green+Blue) = 81+38+67=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512643 is #AED9BC. Grayscale: #363636. Windows color (decimal): -11459005 or 4400721. OLE color: 4400721.

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

Color convert

RGB813867-
CMYK00.530.170.68
HSL319.53º36.13%23.33%-
HSV(B)319.53º53.09%31.76%-
XYZ5.13.545.72-
YUV54.16135.25147.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=43.55%
G=20.43%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81386700.530.170.68319.5336.1323.33
Hex51264303511441402417
Octal12146103065211045004427
Binary10100011001101000011011010110001100010010100000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512643; }

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

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

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

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

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

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

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

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