#51234D

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

Shades of Loulou #51234D

Tints of Loulou #51234D

Color information

#51234D (or 0x51234D) is unknown color: approx Loulou. HEX triplet: 51, 23 and 4D. RGB value is (81,35,77). Sum of RGB (Red+Green+Blue) = 81+35+77=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51234D is #AEDCB2. Grayscale: #353535. Windows color (decimal): -11459763 or 5055313. OLE color: 5055313.

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

Color convert

RGB813577-
CMYK00.570.050.68
HSL305.22º39.66%22.75%-
HSV(B)305.22º56.79%31.76%-
XYZ5.333.497.41-
YUV53.54141.24147.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=41.97%
G=18.13%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81357700.570.050.68305.2239.6622.75
Hex51234D0395441312817
Octal1214311507151044615027
Binary101000110001110011010111001101100010010011000110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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