#512A43

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

Shades of Loulou #512A43

Tints of Loulou #512A43

Color information

#512A43 (or 0x512A43) is unknown color: approx Loulou. HEX triplet: 51, 2A and 43. RGB value is (81,42,67). Sum of RGB (Red+Green+Blue) = 81+42+67=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #512A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A43 is #AED5BC. Grayscale: #383838. Windows color (decimal): -11457981 or 4401745. OLE color: 4401745.

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

Color convert

RGB814267-
CMYK00.480.170.68
HSL321.54º31.71%24.12%-
HSV(B)321.54º48.15%31.76%-
XYZ5.233.815.77-
YUV56.51133.92145.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=42.63%
G=22.11%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81426700.480.170.68321.5431.7124.12
Hex512A4303011441422018
Octal12152103060211045024030
Binary10100011010101000011011000010001100010010100001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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