#51304E

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

Shades of Loulou #51304E

Tints of Loulou #51304E

Color information

#51304E (or 0x51304E) is unknown color: approx Loulou. HEX triplet: 51, 30 and 4E. RGB value is (81,48,78). Sum of RGB (Red+Green+Blue) = 81+48+78=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #51304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51304E is #AECFB1. Grayscale: #3D3D3D. Windows color (decimal): -11456434 or 5124177. OLE color: 5124177.

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

Color convert

RGB814878-
CMYK00.410.040.68
HSL305.45º25.58%25.29%-
HSV(B)305.45º40.74%31.76%-
XYZ5.834.417.75-
YUV61.29137.43142.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=39.13%
G=23.19%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81487800.410.040.68305.4525.5825.29
Hex51304E0294441311a19
Octal1216011605141044613231
Binary10100011100001001110010100110010001001001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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