Html Css Color HEX #502B45 Loulou

📋 copy color: '#502B45'

red 80 ◦ green 43 ◦ blue 69

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

Shades of Loulou #502B45

Tints of Loulou #502B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

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

R = 41.67%
G = 22.4%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#502B45 (or 0x502B45) is known color: Loulou. HEX triplet: 50, 2B and 45. RGB value is (80,43,69). Sum of RGB (Red+Green+Blue) = 80+43+69=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #502B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B45 is #AFD4BA. Grayscale: #383838. Windows color (decimal): -11523259 or 4533072. OLE color: 4533072.

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

Color convert

RGB 80 43 69 -
CMYK 0 0.46 0.14 0.69
HSL 317.84º 0.3% 0.24% -
HSV(B) 317.84º 0.46% 0.31% -
XYZ 5.25 3.86 6.1 -
YUV 57.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 80 43 69 0 0.46 0.14 0.69 317.84 0.3 0.24
Hex 50 2B 45 0 2E E 45 13E 1E 18
Octal 120 53 105 0 56 16 105 476 36 30
Binary 1010000 101011 1000101 0 101110 1110 1000101 100111110 11110 11000

Color Harmonies of #502B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B45

Black with #502B45

Text Example


Text Example

White with #502B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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