Html Css Color HEX #502444 Loulou

📋 copy color: '#502444'

red 80 ◦ green 36 ◦ blue 68

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

Shades of Loulou #502444

Tints of Loulou #502444

RGB

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

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

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

R = 43.48%
G = 19.57%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#502444 (or 0x502444) is known color: Loulou. HEX triplet: 50, 24 and 44. RGB value is (80,36,68). Sum of RGB (Red+Green+Blue) = 80+36+68=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502444 is #AFDBBB. Grayscale: #343434. Windows color (decimal): -11525052 or 4465744. OLE color: 4465744.

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

Color convert

RGB 80 36 68 -
CMYK 0 0.55 0.15 0.69
HSL 316.36º 0.38% 0.23% -
HSV(B) 316.36º 0.55% 0.31% -
XYZ 4.98 3.38 5.86 -
YUV 52.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 80 36 68 0 0.55 0.15 0.69 316.36 0.38 0.23
Hex 50 24 44 0 37 F 45 13C 26 17
Octal 120 44 104 0 67 17 105 474 46 27
Binary 1010000 100100 1000100 0 110111 1111 1000101 100111100 100110 10111

Color Harmonies of #502444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502444

Black with #502444

Text Example


Text Example

White with #502444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502444; }

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

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

background-color css

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

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

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

border-color css

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

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

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