#51254B

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

Shades of Loulou #51254B

Tints of Loulou #51254B

Color information

#51254B (or 0x51254B) is unknown color: approx Loulou. HEX triplet: 51, 25 and 4B. RGB value is (81,37,75). Sum of RGB (Red+Green+Blue) = 81+37+75=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51254B is #AEDAB4. Grayscale: #363636. Windows color (decimal): -11459253 or 4924753. OLE color: 4924753.

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

Color convert

RGB813775-
CMYK00.540.070.68
HSL308.18º37.29%23.14%-
HSV(B)308.18º54.32%31.76%-
XYZ5.323.587.07-
YUV54.49139.58146.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=41.97%
G=19.17%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81377500.540.070.68308.1837.2923.14
Hex51254B0367441342517
Octal1214511306671044644527
Binary101000110010110010110110110111100010010011010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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