#502B4B

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

Shades of Loulou #502B4B

Tints of Loulou #502B4B

Color information

#502B4B (or 0x502B4B) is unknown color: approx Loulou. HEX triplet: 50, 2B and 4B. RGB value is (80,43,75). Sum of RGB (Red+Green+Blue) = 80+43+75=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #502B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B4B is #AFD4B4. Grayscale: #393939. Windows color (decimal): -11523253 or 4926288. OLE color: 4926288.

HSL color Cylindrical-coordinate representation of color #502B4B: hue angle of 308.11º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B4B is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB804375-
CMYK00.460.060.69
HSL308.11º30.08%24.12%-
HSV(B)308.11º46.25%31.37%-
XYZ5.443.947.13-
YUV57.71137.76143.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=40.40%
G=21.72%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80437500.460.060.69308.1130.0824.12
Hex502B4B02E6451341e18
Octal1205311305661054643630
Binary10100001010111001011010111011010001011001101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B4B; }

 p { color: rgb(80,43,75); }

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

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

 a { background-color: rgb(80,43,75); }

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

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

 span { border-color: rgb(80,43,75); }

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