#51264A

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

Shades of Loulou #51264A

Tints of Loulou #51264A

Color information

#51264A (or 0x51264A) is unknown color: approx Loulou. HEX triplet: 51, 26 and 4A. RGB value is (81,38,74). Sum of RGB (Red+Green+Blue) = 81+38+74=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51264A is #AED9B5. Grayscale: #363636. Windows color (decimal): -11458998 or 4859473. OLE color: 4859473.

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

Color convert

RGB813874-
CMYK00.530.090.68
HSL309.77º36.13%23.33%-
HSV(B)309.77º53.09%31.76%-
XYZ5.323.636.9-
YUV54.96138.75146.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=41.97%
G=19.69%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81387400.530.090.68309.7736.1323.33
Hex51264A0359441362417
Octal12146112065111044664427
Binary1010001100110100101001101011001100010010011011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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