#51244D

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

Shades of Loulou #51244D

Tints of Loulou #51244D

Color information

#51244D (or 0x51244D) is unknown color: approx Loulou. HEX triplet: 51, 24 and 4D. RGB value is (81,36,77). Sum of RGB (Red+Green+Blue) = 81+36+77=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51244D is #AEDBB2. Grayscale: #363636. Windows color (decimal): -11459507 or 5055569. OLE color: 5055569.

HSL color Cylindrical-coordinate representation of color #51244D: hue angle of 305.33º 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 #51244D is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB813677-
CMYK00.560.050.68
HSL305.33º38.46%22.94%-
HSV(B)305.33º55.56%31.76%-
XYZ5.363.557.42-
YUV54.13140.91147.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=41.75%
G=18.56%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81367700.560.050.68305.3338.4622.94
Hex51244D0385441312617
Octal1214411507051044614627
Binary101000110010010011010111000101100010010011000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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