#51174C

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

Shades of Loulou #51174C

Tints of Loulou #51174C

Color information

#51174C (or 0x51174C) is unknown color: approx Loulou. HEX triplet: 51, 17 and 4C. RGB value is (81,23,76). Sum of RGB (Red+Green+Blue) = 81+23+76=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51174C is #AEE8B3. Grayscale: #2E2E2E. Windows color (decimal): -11462836 or 4986705. OLE color: 4986705.

HSL color Cylindrical-coordinate representation of color #51174C: hue angle of 305.17º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51174C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB812376-
CMYK00.720.060.68
HSL305.17º55.77%20.39%-
HSV(B)305.17º71.6%31.76%-
XYZ52.887.13-
YUV46.38144.72152.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=45%
G=12.78%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81237600.720.060.68305.1755.7720.39
Hex51174C0486441313814
Octal12127114011061044617024
Binary101000110111100110001001000110100010010011000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51174C; }

 p { color: rgb(81,23,76); }

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

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

 a { background-color: rgb(81,23,76); }

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

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

 span { border-color: rgb(81,23,76); }

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