#51304A

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

Shades of Loulou #51304A

Tints of Loulou #51304A

Color information

#51304A (or 0x51304A) is unknown color: approx Loulou. HEX triplet: 51, 30 and 4A. RGB value is (81,48,74). Sum of RGB (Red+Green+Blue) = 81+48+74=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #51304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51304A is #AECFB5. Grayscale: #3C3C3C. Windows color (decimal): -11456438 or 4862033. OLE color: 4862033.

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

Color convert

RGB814874-
CMYK00.410.090.68
HSL312.73º25.58%25.29%-
HSV(B)312.73º40.74%31.76%-
XYZ5.694.367.02-
YUV60.83135.43142.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=39.90%
G=23.65%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81487400.410.090.68312.7325.5825.29
Hex51304A0299441391a19
Octal12160112051111044713231
Binary101000111000010010100101001100110001001001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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