Html Css Color HEX #502D4C Loulou

📋 copy color: '#502D4C'

red 80 ◦ green 45 ◦ blue 76

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

Shades of Loulou #502D4C

Tints of Loulou #502D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 39.8%
G = 22.39%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#502D4C (or 0x502D4C) is known color: Loulou. HEX triplet: 50, 2D and 4C. RGB value is (80,45,76). Sum of RGB (Red+Green+Blue) = 80+45+76=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #502D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D4C is #AFD2B3. Grayscale: #3A3A3A. Windows color (decimal): -11522740 or 4992336. OLE color: 4992336.

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

Color convert

RGB 80 45 76 -
CMYK 0 0.44 0.05 0.69
HSL 306.86º 0.28% 0.25% -
HSV(B) 306.86º 0.44% 0.31% -
XYZ 5.55 4.1 7.34 -
YUV 59 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 80 45 76 0 0.44 0.05 0.69 306.86 0.28 0.25
Hex 50 2D 4C 0 2C 5 45 133 1C 19
Octal 120 55 114 0 54 5 105 463 34 31
Binary 1010000 101101 1001100 0 101100 101 1000101 100110011 11100 11001

Color Harmonies of #502D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D4C

Black with #502D4C

Text Example


Text Example

White with #502D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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