Html Css Color HEX #502241 Loulou

📋 copy color: '#502241'

red 80 ◦ green 34 ◦ blue 65

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

Shades of Loulou #502241

Tints of Loulou #502241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

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

R = 44.69%
G = 18.99%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502241 (or 0x502241) is known color: Loulou. HEX triplet: 50, 22 and 41. RGB value is (80,34,65). Sum of RGB (Red+Green+Blue) = 80+34+65=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502241 is #AFDDBE. Grayscale: #333333. Windows color (decimal): -11525567 or 4268624. OLE color: 4268624.

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

Color convert

RGB 80 34 65 -
CMYK 0 0.58 0.19 0.69
HSL 319.57º 0.4% 0.22% -
HSV(B) 319.57º 0.58% 0.31% -
XYZ 4.83 3.23 5.37 -
YUV 51.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 80 34 65 0 0.58 0.19 0.69 319.57 0.4 0.22
Hex 50 22 41 0 3A 13 45 140 28 16
Octal 120 42 101 0 72 23 105 500 50 26
Binary 1010000 100010 1000001 0 111010 10011 1000101 101000000 101000 10110

Color Harmonies of #502241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502241

Black with #502241

Text Example


Text Example

White with #502241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502241; }

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

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

background-color css

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

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

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

border-color css

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

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

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