Html Css Color HEX #502144 Loulou

📋 copy color: '#502144'

red 80 ◦ green 33 ◦ blue 68

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

Shades of Loulou #502144

Tints of Loulou #502144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 44.2%
G = 18.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#502144 (or 0x502144) is known color: Loulou. HEX triplet: 50, 21 and 44. RGB value is (80,33,68). Sum of RGB (Red+Green+Blue) = 80+33+68=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502144 is #AFDEBB. Grayscale: #323232. Windows color (decimal): -11525820 or 4464976. OLE color: 4464976.

HSL color Cylindrical-coordinate representation of color #502144: hue angle of 315.32º 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 #502144 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 68 -
CMYK 0 0.59 0.15 0.69
HSL 315.32º 0.42% 0.22% -
HSV(B) 315.32º 0.59% 0.31% -
XYZ 4.9 3.21 5.83 -
YUV 51.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 80 33 68 0 0.59 0.15 0.69 315.32 0.42 0.22
Hex 50 21 44 0 3B F 45 13B 2A 16
Octal 120 41 104 0 73 17 105 473 52 26
Binary 1010000 100001 1000100 0 111011 1111 1000101 100111011 101010 10110

Color Harmonies of #502144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502144

Black with #502144

Text Example


Text Example

White with #502144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502144; }

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

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

background-color css

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

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

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

border-color css

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

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

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