#51294A

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

Shades of Loulou #51294A

Tints of Loulou #51294A

Color information

#51294A (or 0x51294A) is unknown color: approx Loulou. HEX triplet: 51, 29 and 4A. RGB value is (81,41,74). Sum of RGB (Red+Green+Blue) = 81+41+74=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51294A is #AED6B5. Grayscale: #383838. Windows color (decimal): -11458230 or 4860241. OLE color: 4860241.

HSL color Cylindrical-coordinate representation of color #51294A: hue angle of 310.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 #51294A is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB814174-
CMYK00.490.090.68
HSL310.5º32.79%23.92%-
HSV(B)310.5º49.38%31.76%-
XYZ5.423.836.93-
YUV56.72137.75145.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=41.33%
G=20.92%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81417400.490.090.68310.532.7923.92
Hex51294A0319441362118
Octal12151112061111044664130
Binary1010001101001100101001100011001100010010011011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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