#51244E

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

Shades of Loulou #51244E

Tints of Loulou #51244E

Color information

#51244E (or 0x51244E) is unknown color: approx Loulou. HEX triplet: 51, 24 and 4E. RGB value is (81,36,78). Sum of RGB (Red+Green+Blue) = 81+36+78=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51244E is #AEDBB1. Grayscale: #363636. Windows color (decimal): -11459506 or 5121105. OLE color: 5121105.

HSL color Cylindrical-coordinate representation of color #51244E: hue angle of 304º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51244E is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB813678-
CMYK00.560.040.68
HSL304º38.46%22.94%-
HSV(B)304º55.56%31.76%-
XYZ5.43.567.61-
YUV54.24141.41147.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 78 (30.86% from 255) = 40%
R=41.54%
G=18.46%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81367800.560.040.6830438.4622.94
Hex51244E0384441302617
Octal1214411607041044604627
Binary101000110010010011100111000100100010010011000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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