Html Css Color HEX #502542 Loulou

📋 copy color: '#502542'

red 80 ◦ green 37 ◦ blue 66

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

Shades of Loulou #502542

Tints of Loulou #502542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 43.72%
G = 20.22%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#502542 (or 0x502542) is known color: Loulou. HEX triplet: 50, 25 and 42. RGB value is (80,37,66). Sum of RGB (Red+Green+Blue) = 80+37+66=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502542 is #AFDABD. Grayscale: #353535. Windows color (decimal): -11524798 or 4334928. OLE color: 4334928.

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

Color convert

RGB 80 37 66 -
CMYK 0 0.54 0.17 0.69
HSL 319.53º 0.37% 0.23% -
HSV(B) 319.53º 0.54% 0.31% -
XYZ 4.95 3.42 5.55 -
YUV 53.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 80 37 66 0 0.54 0.17 0.69 319.53 0.37 0.23
Hex 50 25 42 0 36 11 45 140 25 17
Octal 120 45 102 0 66 21 105 500 45 27
Binary 1010000 100101 1000010 0 110110 10001 1000101 101000000 100101 10111

Color Harmonies of #502542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502542

Black with #502542

Text Example


Text Example

White with #502542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502542; }

 p { color: rgb(80,37,66); }

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

background-color css

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

 a { background-color: rgb(80,37,66); }

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

border-color css

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

 span { border-color: rgb(80,37,66); }

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