Html Css Color HEX #502441 Loulou

📋 copy color: '#502441'

red 80 ◦ green 36 ◦ blue 65

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

Shades of Loulou #502441

Tints of Loulou #502441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 44.2%
G = 19.89%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502441 (or 0x502441) is known color: Loulou. HEX triplet: 50, 24 and 41. RGB value is (80,36,65). Sum of RGB (Red+Green+Blue) = 80+36+65=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502441 is #AFDBBE. Grayscale: #343434. Windows color (decimal): -11525055 or 4269136. OLE color: 4269136.

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

Color convert

RGB 80 36 65 -
CMYK 0 0.55 0.19 0.69
HSL 320.45º 0.38% 0.23% -
HSV(B) 320.45º 0.55% 0.31% -
XYZ 4.89 3.35 5.39 -
YUV 52.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 80 36 65 0 0.55 0.19 0.69 320.45 0.38 0.23
Hex 50 24 41 0 37 13 45 140 26 17
Octal 120 44 101 0 67 23 105 500 46 27
Binary 1010000 100100 1000001 0 110111 10011 1000101 101000000 100110 10111

Color Harmonies of #502441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502441

Black with #502441

Text Example


Text Example

White with #502441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502441; }

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

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

background-color css

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

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

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

border-color css

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

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

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