#51214C

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

Shades of Loulou #51214C

Tints of Loulou #51214C

Color information

#51214C (or 0x51214C) is unknown color: approx Loulou. HEX triplet: 51, 21 and 4C. RGB value is (81,33,76). Sum of RGB (Red+Green+Blue) = 81+33+76=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #51214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51214C is #AEDEB3. Grayscale: #343434. Windows color (decimal): -11460276 or 4989265. OLE color: 4989265.

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

Color convert

RGB813376-
CMYK00.590.060.68
HSL306.25º42.11%22.35%-
HSV(B)306.25º59.26%31.76%-
XYZ5.243.367.21-
YUV52.25141.4148.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 76 (30.08% from 255) = 40%
R=42.63%
G=17.37%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81337600.590.060.68306.2542.1122.35
Hex51214C03B6441322a16
Octal1214111407361044625226
Binary101000110000110011000111011110100010010011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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