Html Css Color HEX #502D4A Loulou

📋 copy color: '#502D4A'

red 80 ◦ green 45 ◦ blue 74

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

Shades of Loulou #502D4A

Tints of Loulou #502D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 40.2%
G = 22.61%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#502D4A (or 0x502D4A) is known color: Loulou. HEX triplet: 50, 2D and 4A. RGB value is (80,45,74). Sum of RGB (Red+Green+Blue) = 80+45+74=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #502D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D4A is #AFD2B5. Grayscale: #3A3A3A. Windows color (decimal): -11522742 or 4861264. OLE color: 4861264.

HSL color Cylindrical-coordinate representation of color #502D4A: hue angle of 310.29º 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 #502D4A is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 45 74 -
CMYK 0 0.44 0.08 0.69
HSL 310.29º 0.28% 0.25% -
HSV(B) 310.29º 0.44% 0.31% -
XYZ 5.48 4.08 6.98 -
YUV 58.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 80 45 74 0 0.44 0.08 0.69 310.29 0.28 0.25
Hex 50 2D 4A 0 2C 8 45 136 1C 19
Octal 120 55 112 0 54 10 105 466 34 31
Binary 1010000 101101 1001010 0 101100 1000 1000101 100110110 11100 11001

Color Harmonies of #502D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D4A

Black with #502D4A

Text Example


Text Example

White with #502D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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