#51234C

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

Shades of Loulou #51234C

Tints of Loulou #51234C

Color information

#51234C (or 0x51234C) is unknown color: approx Loulou. HEX triplet: 51, 23 and 4C. RGB value is (81,35,76). Sum of RGB (Red+Green+Blue) = 81+35+76=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51234C is #AEDCB3. Grayscale: #353535. Windows color (decimal): -11459764 or 4989777. OLE color: 4989777.

HSL color Cylindrical-coordinate representation of color #51234C: hue angle of 306.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51234C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB813576-
CMYK00.570.060.68
HSL306.52º39.66%22.75%-
HSV(B)306.52º56.79%31.76%-
XYZ5.33.477.23-
YUV53.43140.74147.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=42.19%
G=18.23%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81357600.570.060.68306.5239.6622.75
Hex51234C0396441332817
Octal1214311407161044635027
Binary101000110001110011000111001110100010010011001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51234C; }

 p { color: rgb(81,35,76); }

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

<style>
 a { background-color: #51234C; }

 a { background-color: rgb(81,35,76); }

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

<style>
 span { border-color: #51234C; }

 span { border-color: rgb(81,35,76); }

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