#51284B

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

Shades of Loulou #51284B

Tints of Loulou #51284B

Color information

#51284B (or 0x51284B) is unknown color: approx Loulou. HEX triplet: 51, 28 and 4B. RGB value is (81,40,75). Sum of RGB (Red+Green+Blue) = 81+40+75=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51284B is #AED7B4. Grayscale: #383838. Windows color (decimal): -11458485 or 4925521. OLE color: 4925521.

HSL color Cylindrical-coordinate representation of color #51284B: hue angle of 308.78º 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 #51284B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB814075-
CMYK00.510.070.68
HSL308.78º33.88%23.73%-
HSV(B)308.78º50.62%31.76%-
XYZ5.423.777.1-
YUV56.25138.58145.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=41.33%
G=20.41%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81407500.510.070.68308.7833.8823.73
Hex51284B0337441352218
Octal1215011306371044654230
Binary101000110100010010110110011111100010010011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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