Html Css Color HEX #502D4D Loulou

📋 copy color: '#502D4D'

red 80 ◦ green 45 ◦ blue 77

#502D4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #502D4D

Tints of Loulou #502D4D

RGB

 RED value IS 80 (31.64% from 255) = 39.6%

 GREEN value IS 45 (17.97% from 255) = 22.28%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 39.6%
G = 22.28%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#502D4D (or 0x502D4D) is known color: Loulou. HEX triplet: 50, 2D and 4D. RGB value is (80,45,77). Sum of RGB (Red+Green+Blue) = 80+45+77=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #502D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D4D is #AFD2B2. Grayscale: #3B3B3B. Windows color (decimal): -11522739 or 5057872. OLE color: 5057872.

HSL color Cylindrical-coordinate representation of color #502D4D: hue angle of 305.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D4D is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 45 77 -
CMYK 0 0.44 0.04 0.69
HSL 305.14º 0.28% 0.25% -
HSV(B) 305.14º 0.44% 0.31% -
XYZ 5.59 4.12 7.52 -
YUV 59.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 80 45 77 0 0.44 0.04 0.69 305.14 0.28 0.25
Hex 50 2D 4D 0 2C 4 45 131 1C 19
Octal 120 55 115 0 54 4 105 461 34 31
Binary 1010000 101101 1001101 0 101100 100 1000101 100110001 11100 11001

Color Harmonies of #502D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D4D

Black with #502D4D

Text Example


Text Example

White with #502D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,45,77); }

 H1.HeaderClassName
 {
   color: #502D4D;
 }
 .AnyTagClassName
 {
   color: #502D4D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,45,77); }

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

border-color css

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

 span { border-color: rgb(80,45,77); }

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