Html Css Color HEX #502749 Loulou

📋 copy color: '#502749'

red 80 ◦ green 39 ◦ blue 73

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

Shades of Loulou #502749

Tints of Loulou #502749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 41.67%
G = 20.31%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#502749 (or 0x502749) is known color: Loulou. HEX triplet: 50, 27 and 49. RGB value is (80,39,73). Sum of RGB (Red+Green+Blue) = 80+39+73=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #502749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502749 is #AFD8B6. Grayscale: #373737. Windows color (decimal): -11524279 or 4794192. OLE color: 4794192.

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

Color convert

RGB 80 39 73 -
CMYK 0 0.51 0.09 0.69
HSL 310.24º 0.34% 0.23% -
HSV(B) 310.24º 0.51% 0.31% -
XYZ 5.24 3.64 6.73 -
YUV 55.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 80 39 73 0 0.51 0.09 0.69 310.24 0.34 0.23
Hex 50 27 49 0 33 9 45 136 22 17
Octal 120 47 111 0 63 11 105 466 42 27
Binary 1010000 100111 1001001 0 110011 1001 1000101 100110110 100010 10111

Color Harmonies of #502749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502749

Black with #502749

Text Example


Text Example

White with #502749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502749; }

 p { color: rgb(80,39,73); }

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

background-color css

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

 a { background-color: rgb(80,39,73); }

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

border-color css

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

 span { border-color: rgb(80,39,73); }

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