#512342

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

Shades of Loulou #512342

Tints of Loulou #512342

Color information

#512342 (or 0x512342) is unknown color: approx Loulou. HEX triplet: 51, 23 and 42. RGB value is (81,35,66). Sum of RGB (Red+Green+Blue) = 81+35+66=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #512342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512342 is #AEDCBD. Grayscale: #343434. Windows color (decimal): -11459774 or 4334417. OLE color: 4334417.

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

Color convert

RGB813566-
CMYK00.570.190.68
HSL319.57º39.66%22.75%-
HSV(B)319.57º56.79%31.76%-
XYZ4.983.345.54-
YUV52.29135.74148.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=44.51%
G=19.23%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81356600.570.190.68319.5739.6622.75
Hex51234203913441402817
Octal12143102071231045005027
Binary10100011000111000010011100110011100010010100000010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512342; }

 p { color: rgb(81,35,66); }

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

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

 a { background-color: rgb(81,35,66); }

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

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

 span { border-color: rgb(81,35,66); }

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