#512D4B

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

Shades of Loulou #512D4B

Tints of Loulou #512D4B

Color information

#512D4B (or 0x512D4B) is unknown color: approx Loulou. HEX triplet: 51, 2D and 4B. RGB value is (81,45,75). Sum of RGB (Red+Green+Blue) = 81+45+75=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #512D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D4B is #AED2B4. Grayscale: #3B3B3B. Windows color (decimal): -11457205 or 4926801. OLE color: 4926801.

HSL color Cylindrical-coordinate representation of color #512D4B: hue angle of 310º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D4B is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB814575-
CMYK00.440.070.68
HSL310º28.57%24.71%-
HSV(B)310º44.44%31.76%-
XYZ5.64.137.16-
YUV59.18136.93143.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=40.30%
G=22.39%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81457500.440.070.6831028.5724.71
Hex512D4B02C7441361d19
Octal1215511305471044663531
Binary10100011011011001011010110011110001001001101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,75); }

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

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

 a { background-color: rgb(81,45,75); }

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

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

 span { border-color: rgb(81,45,75); }

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