#51294C

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

Shades of Loulou #51294C

Tints of Loulou #51294C

Color information

#51294C (or 0x51294C) is unknown color: approx Loulou. HEX triplet: 51, 29 and 4C. RGB value is (81,41,76). Sum of RGB (Red+Green+Blue) = 81+41+76=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51294C is #AED6B3. Grayscale: #383838. Windows color (decimal): -11458228 or 4991313. OLE color: 4991313.

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

Color convert

RGB814176-
CMYK00.490.060.68
HSL307.5º32.79%23.92%-
HSV(B)307.5º49.38%31.76%-
XYZ5.493.867.29-
YUV56.95138.75145.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=40.91%
G=20.71%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81417600.490.060.68307.532.7923.92
Hex51294C0316441342118
Octal1215111406161044644130
Binary101000110100110011000110001110100010010011010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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