#51184B

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

Shades of Loulou #51184B

Tints of Loulou #51184B

Color information

#51184B (or 0x51184B) is unknown color: approx Loulou. HEX triplet: 51, 18 and 4B. RGB value is (81,24,75). Sum of RGB (Red+Green+Blue) = 81+24+75=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51184B is #AEE7B4. Grayscale: #2E2E2E. Windows color (decimal): -11462581 or 4921425. OLE color: 4921425.

HSL color Cylindrical-coordinate representation of color #51184B: hue angle of 306.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51184B is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB812475-
CMYK00.700.070.68
HSL306.32º54.29%20.59%-
HSV(B)306.32º70.37%31.76%-
XYZ4.992.916.96-
YUV46.86143.88152.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=45%
G=13.33%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81247500.700.070.68306.3254.2920.59
Hex51184B0467441323615
Octal12130113010671044626625
Binary101000111000100101101000110111100010010011001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51184B; }

 p { color: rgb(81,24,75); }

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

<style>
 a { background-color: #51184B; }

 a { background-color: rgb(81,24,75); }

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

<style>
 span { border-color: #51184B; }

 span { border-color: rgb(81,24,75); }

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