#51234B

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

Shades of Loulou #51234B

Tints of Loulou #51234B

Color information

#51234B (or 0x51234B) is unknown color: approx Loulou. HEX triplet: 51, 23 and 4B. RGB value is (81,35,75). Sum of RGB (Red+Green+Blue) = 81+35+75=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51234B is #AEDCB4. Grayscale: #353535. Windows color (decimal): -11459765 or 4924241. OLE color: 4924241.

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

Color convert

RGB813575-
CMYK00.570.070.68
HSL307.83º39.66%22.75%-
HSV(B)307.83º56.79%31.76%-
XYZ5.263.467.05-
YUV53.31140.24147.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=42.41%
G=18.32%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81357500.570.070.68307.8339.6622.75
Hex51234B0397441342817
Octal1214311307171044645027
Binary101000110001110010110111001111100010010011010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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