Html Css Color HEX #503046 Loulou

📋 copy color: '#503046'

red 80 ◦ green 48 ◦ blue 70

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

Shades of Loulou #503046

Tints of Loulou #503046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 40.4%
G = 24.24%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#503046 (or 0x503046) is known color: Loulou. HEX triplet: 50, 30 and 46. RGB value is (80,48,70). Sum of RGB (Red+Green+Blue) = 80+48+70=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503046 is #AFCFB9. Grayscale: #3C3C3C. Windows color (decimal): -11521978 or 4599888. OLE color: 4599888.

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

Color convert

RGB 80 48 70 -
CMYK 0 0.40 0.12 0.69
HSL 318.75º 0.25% 0.25% -
HSV(B) 318.75º 0.4% 0.31% -
XYZ 5.47 4.26 6.33 -
YUV 60.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 80 48 70 0 0.40 0.12 0.69 318.75 0.25 0.25
Hex 50 30 46 0 28 C 45 13F 19 19
Octal 120 60 106 0 50 14 105 477 31 31
Binary 1010000 110000 1000110 0 101000 1100 1000101 100111111 11001 11001

Color Harmonies of #503046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503046

Black with #503046

Text Example


Text Example

White with #503046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503046; }

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

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

background-color css

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

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

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

border-color css

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

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

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