#51264D

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

Shades of Loulou #51264D

Tints of Loulou #51264D

Color information

#51264D (or 0x51264D) is unknown color: approx Loulou. HEX triplet: 51, 26 and 4D. RGB value is (81,38,77). Sum of RGB (Red+Green+Blue) = 81+38+77=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51264D is #AED9B2. Grayscale: #373737. Windows color (decimal): -11458995 or 5056081. OLE color: 5056081.

HSL color Cylindrical-coordinate representation of color #51264D: hue angle of 305.58º 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 #51264D is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB813877-
CMYK00.530.050.68
HSL305.58º36.13%23.33%-
HSV(B)305.58º53.09%31.76%-
XYZ5.433.677.44-
YUV55.3140.25146.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=41.33%
G=19.39%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81387700.530.050.68305.5836.1323.33
Hex51264D0355441322417
Octal1214611506551044624427
Binary101000110011010011010110101101100010010011001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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