Html Css Color HEX #502141 Loulou

📋 copy color: '#502141'

red 80 ◦ green 33 ◦ blue 65

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

Shades of Loulou #502141

Tints of Loulou #502141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 44.94%
G = 18.54%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502141 (or 0x502141) is known color: Loulou. HEX triplet: 50, 21 and 41. RGB value is (80,33,65). Sum of RGB (Red+Green+Blue) = 80+33+65=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #502141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502141 is #AFDEBE. Grayscale: #323232. Windows color (decimal): -11525823 or 4268368. OLE color: 4268368.

HSL color Cylindrical-coordinate representation of color #502141: hue angle of 319.15º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502141 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 65 -
CMYK 0 0.59 0.19 0.69
HSL 319.15º 0.42% 0.22% -
HSV(B) 319.15º 0.59% 0.31% -
XYZ 4.81 3.17 5.36 -
YUV 50.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 80 33 65 0 0.59 0.19 0.69 319.15 0.42 0.22
Hex 50 21 41 0 3B 13 45 13F 2A 16
Octal 120 41 101 0 73 23 105 477 52 26
Binary 1010000 100001 1000001 0 111011 10011 1000101 100111111 101010 10110

Color Harmonies of #502141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502141

Black with #502141

Text Example


Text Example

White with #502141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502141; }

 p { color: rgb(80,33,65); }

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

background-color css

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

 a { background-color: rgb(80,33,65); }

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

border-color css

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

 span { border-color: rgb(80,33,65); }

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