#51234A

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

Shades of Loulou #51234A

Tints of Loulou #51234A

Color information

#51234A (or 0x51234A) is unknown color: approx Loulou. HEX triplet: 51, 23 and 4A. RGB value is (81,35,74). Sum of RGB (Red+Green+Blue) = 81+35+74=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51234A is #AEDCB5. Grayscale: #353535. Windows color (decimal): -11459766 or 4858705. OLE color: 4858705.

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

Color convert

RGB813574-
CMYK00.570.090.68
HSL309.13º39.66%22.75%-
HSV(B)309.13º56.79%31.76%-
XYZ5.233.456.87-
YUV53.2139.74147.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=42.63%
G=18.42%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81357400.570.090.68309.1339.6622.75
Hex51234A0399441352817
Octal12143112071111044655027
Binary1010001100011100101001110011001100010010011010110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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