#51304C

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

Shades of Loulou #51304C

Tints of Loulou #51304C

Color information

#51304C (or 0x51304C) is unknown color: approx Loulou. HEX triplet: 51, 30 and 4C. RGB value is (81,48,76). Sum of RGB (Red+Green+Blue) = 81+48+76=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #51304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51304C is #AECFB3. Grayscale: #3C3C3C. Windows color (decimal): -11456436 or 4993105. OLE color: 4993105.

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

Color convert

RGB814876-
CMYK00.410.060.68
HSL309.09º25.58%25.29%-
HSV(B)309.09º40.74%31.76%-
XYZ5.754.397.38-
YUV61.06136.43142.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=39.51%
G=23.41%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81487600.410.060.68309.0925.5825.29
Hex51304C0296441351a19
Octal1216011405161044653231
Binary10100011100001001100010100111010001001001101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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