Html Css Color HEX #502E46 Loulou

📋 copy color: '#502E46'

red 80 ◦ green 46 ◦ blue 70

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

Shades of Loulou #502E46

Tints of Loulou #502E46

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 40.82%
G = 23.47%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502E46 (or 0x502E46) is known color: Loulou. HEX triplet: 50, 2E and 46. RGB value is (80,46,70). Sum of RGB (Red+Green+Blue) = 80+46+70=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #502E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E46 is #AFD1B9. Grayscale: #3A3A3A. Windows color (decimal): -11522490 or 4599376. OLE color: 4599376.

HSL color Cylindrical-coordinate representation of color #502E46: hue angle of 317.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E46 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 70 -
CMYK 0 0.42 0.12 0.69
HSL 317.65º 0.27% 0.25% -
HSV(B) 317.65º 0.43% 0.31% -
XYZ 5.39 4.1 6.3 -
YUV 58.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 80 46 70 0 0.42 0.12 0.69 317.65 0.27 0.25
Hex 50 2E 46 0 2A C 45 13E 1B 19
Octal 120 56 106 0 52 14 105 476 33 31
Binary 1010000 101110 1000110 0 101010 1100 1000101 100111110 11011 11001

Color Harmonies of #502E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E46

Black with #502E46

Text Example


Text Example

White with #502E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,46,70); }

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

background-color css

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

 a { background-color: rgb(80,46,70); }

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

border-color css

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

 span { border-color: rgb(80,46,70); }

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