#51284A

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

Shades of Loulou #51284A

Tints of Loulou #51284A

Color information

#51284A (or 0x51284A) is unknown color: approx Loulou. HEX triplet: 51, 28 and 4A. RGB value is (81,40,74). Sum of RGB (Red+Green+Blue) = 81+40+74=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51284A is #AED7B5. Grayscale: #383838. Windows color (decimal): -11458486 or 4859985. OLE color: 4859985.

HSL color Cylindrical-coordinate representation of color #51284A: hue angle of 310.24º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51284A is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB814074-
CMYK00.510.090.68
HSL310.24º33.88%23.73%-
HSV(B)310.24º50.62%31.76%-
XYZ5.393.766.92-
YUV56.14138.08145.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=41.54%
G=20.51%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81407400.510.090.68310.2433.8823.73
Hex51284A0339441362218
Octal12150112063111044664230
Binary1010001101000100101001100111001100010010011011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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