#502948

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

Shades of Loulou #502948

Tints of Loulou #502948

Color information

#502948 (or 0x502948) is unknown color: approx Loulou. HEX triplet: 50, 29 and 48. RGB value is (80,41,72). Sum of RGB (Red+Green+Blue) = 80+41+72=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502948 is #AFD6B7. Grayscale: #383838. Windows color (decimal): -11523768 or 4729168. OLE color: 4729168.

HSL color Cylindrical-coordinate representation of color #502948: hue angle of 312.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502948 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB804172-
CMYK00.490.100.69
HSL312.31º32.23%23.73%-
HSV(B)312.31º48.75%31.37%-
XYZ5.273.766.58-
YUV56.19136.92144.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=41.45%
G=21.24%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80417200.490.100.69312.3132.2323.73
Hex502948031A451382018
Octal12051110061121054704030
Binary1010000101001100100001100011010100010110011100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502948; }

 p { color: rgb(80,41,72); }

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

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

 a { background-color: rgb(80,41,72); }

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

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

 span { border-color: rgb(80,41,72); }

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