#51134B

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

Shades of Loulou #51134B

Tints of Loulou #51134B

Color information

#51134B (or 0x51134B) is unknown color: approx Loulou. HEX triplet: 51, 13 and 4B. RGB value is (81,19,75). Sum of RGB (Red+Green+Blue) = 81+19+75=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51134B is #AEECB4. Grayscale: #2B2B2B. Windows color (decimal): -11463861 or 4920145. OLE color: 4920145.

HSL color Cylindrical-coordinate representation of color #51134B: hue angle of 305.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51134B is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB811975-
CMYK00.770.070.68
HSL305.81º62%19.61%-
HSV(B)305.81º76.54%31.76%-
XYZ4.92.726.92-
YUV43.92145.54154.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=46.29%
G=10.86%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81197500.770.070.68305.816219.61
Hex51134B04D7441323e14
Octal12123113011571044627624
Binary101000110011100101101001101111100010010011001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51134B; }

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

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

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

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

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

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

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

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