#51214A

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

Shades of Loulou #51214A

Tints of Loulou #51214A

Color information

#51214A (or 0x51214A) is unknown color: approx Loulou. HEX triplet: 51, 21 and 4A. RGB value is (81,33,74). Sum of RGB (Red+Green+Blue) = 81+33+74=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #51214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51214A is #AEDEB5. Grayscale: #333333. Windows color (decimal): -11460278 or 4858193. OLE color: 4858193.

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

Color convert

RGB813374-
CMYK00.590.090.68
HSL308.75º42.11%22.35%-
HSV(B)308.75º59.26%31.76%-
XYZ5.173.336.85-
YUV52.03140.4148.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=43.09%
G=17.55%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81337400.590.090.68308.7542.1122.35
Hex51214A03B9441352a16
Octal12141112073111044655226
Binary1010001100001100101001110111001100010010011010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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