Html Css Color HEX #502349 Loulou

📋 copy color: '#502349'

red 80 ◦ green 35 ◦ blue 73

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

Shades of Loulou #502349

Tints of Loulou #502349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

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

R = 42.55%
G = 18.62%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#502349 (or 0x502349) is known color: Loulou. HEX triplet: 50, 23 and 49. RGB value is (80,35,73). Sum of RGB (Red+Green+Blue) = 80+35+73=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502349 is #AFDCB6. Grayscale: #343434. Windows color (decimal): -11525303 or 4793168. OLE color: 4793168.

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

Color convert

RGB 80 35 73 -
CMYK 0 0.56 0.09 0.69
HSL 309.33º 0.39% 0.23% -
HSV(B) 309.33º 0.56% 0.31% -
XYZ 5.11 3.39 6.69 -
YUV 52.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 80 35 73 0 0.56 0.09 0.69 309.33 0.39 0.23
Hex 50 23 49 0 38 9 45 135 27 17
Octal 120 43 111 0 70 11 105 465 47 27
Binary 1010000 100011 1001001 0 111000 1001 1000101 100110101 100111 10111

Color Harmonies of #502349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502349

Black with #502349

Text Example


Text Example

White with #502349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502349; }

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

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

background-color css

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

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

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

border-color css

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

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

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