#492144

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

Shades of Loulou #492144

Tints of Loulou #492144

Color information

#492144 (or 0x492144) is unknown color: approx Loulou. HEX triplet: 49, 21 and 44. RGB value is (73,33,68). Sum of RGB (Red+Green+Blue) = 73+33+68=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492144 is #B6DEBB. Grayscale: #303030. Windows color (decimal): -11984572 or 4464969. OLE color: 4464969.

HSL color Cylindrical-coordinate representation of color #492144: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492144 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB733368-
CMYK00.550.070.71
HSL307.5º37.74%20.78%-
HSV(B)307.5º54.79%28.63%-
XYZ4.332.925.8-
YUV48.95138.75145.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=41.95%
G=18.97%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73336800.550.070.71307.537.7420.78
Hex4921440377471342615
Octal1114110406771074644625
Binary100100110000110001000110111111100011110011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492144; }

 p { color: rgb(73,33,68); }

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

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

 a { background-color: rgb(73,33,68); }

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

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

 span { border-color: rgb(73,33,68); }

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