#502648

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

Shades of Loulou #502648

Tints of Loulou #502648

Color information

#502648 (or 0x502648) is unknown color: approx Loulou. HEX triplet: 50, 26 and 48. RGB value is (80,38,72). Sum of RGB (Red+Green+Blue) = 80+38+72=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502648 is #AFD9B7. Grayscale: #363636. Windows color (decimal): -11524536 or 4728400. OLE color: 4728400.

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

Color convert

RGB803872-
CMYK00.520.100.69
HSL311.43º35.59%23.14%-
HSV(B)311.43º52.5%31.37%-
XYZ5.173.566.55-
YUV54.43137.91146.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=42.11%
G=20%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80387200.520.100.69311.4335.5923.14
Hex502648034A451372417
Octal12046110064121054674427
Binary1010000100110100100001101001010100010110011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502648; }

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

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

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

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

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

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

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

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