Html Css Color HEX #502945 Loulou

📋 copy color: '#502945'

red 80 ◦ green 41 ◦ blue 69

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

Shades of Loulou #502945

Tints of Loulou #502945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 42.11%
G = 21.58%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#502945 (or 0x502945) is known color: Loulou. HEX triplet: 50, 29 and 45. RGB value is (80,41,69). Sum of RGB (Red+Green+Blue) = 80+41+69=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502945 is #AFD6BA. Grayscale: #373737. Windows color (decimal): -11523771 or 4532560. OLE color: 4532560.

HSL color Cylindrical-coordinate representation of color #502945: hue angle of 316.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502945 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 69 -
CMYK 0 0.49 0.14 0.69
HSL 316.92º 0.32% 0.24% -
HSV(B) 316.92º 0.49% 0.31% -
XYZ 5.18 3.72 6.08 -
YUV 55.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 80 41 69 0 0.49 0.14 0.69 316.92 0.32 0.24
Hex 50 29 45 0 31 E 45 13D 20 18
Octal 120 51 105 0 61 16 105 475 40 30
Binary 1010000 101001 1000101 0 110001 1110 1000101 100111101 100000 11000

Color Harmonies of #502945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502945

Black with #502945

Text Example


Text Example

White with #502945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502945; }

 p { color: rgb(80,41,69); }

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

background-color css

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

 a { background-color: rgb(80,41,69); }

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

border-color css

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

 span { border-color: rgb(80,41,69); }

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