#51334F

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

Shades of Loulou #51334F

Tints of Loulou #51334F

Color information

#51334F (or 0x51334F) is unknown color: approx Loulou. HEX triplet: 51, 33 and 4F. RGB value is (81,51,79). Sum of RGB (Red+Green+Blue) = 81+51+79=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #51334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51334F is #AECCB0. Grayscale: #3F3F3F. Windows color (decimal): -11455665 or 5190481. OLE color: 5190481.

HSL color Cylindrical-coordinate representation of color #51334F: hue angle of 304º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51334F is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB815179-
CMYK00.370.020.68
HSL304º22.73%25.88%-
HSV(B)304º37.04%31.76%-
XYZ5.994.687.99-
YUV63.16136.94140.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=38.39%
G=24.17%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81517900.370.020.6830422.7325.88
Hex51334F025244130171a
Octal1216311704521044602732
Binary1010001110011100111101001011010001001001100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51334F; }

 p { color: rgb(81,51,79); }

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

<style>
 a { background-color: #51334F; }

 a { background-color: rgb(81,51,79); }

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

<style>
 span { border-color: #51334F; }

 span { border-color: rgb(81,51,79); }

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