Html Css Color HEX #503044 Loulou

📋 copy color: '#503044'

red 80 ◦ green 48 ◦ blue 68

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

Shades of Loulou #503044

Tints of Loulou #503044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 40.82%
G = 24.49%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#503044 (or 0x503044) is known color: Loulou. HEX triplet: 50, 30 and 44. RGB value is (80,48,68). Sum of RGB (Red+Green+Blue) = 80+48+68=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503044 is #AFCFBB. Grayscale: #3B3B3B. Windows color (decimal): -11521980 or 4468816. OLE color: 4468816.

HSL color Cylindrical-coordinate representation of color #503044: hue angle of 322.5º 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 #503044 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 68 -
CMYK 0 0.40 0.15 0.69
HSL 322.5º 0.25% 0.25% -
HSV(B) 322.5º 0.4% 0.31% -
XYZ 5.41 4.24 6 -
YUV 59.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 80 48 68 0 0.40 0.15 0.69 322.5 0.25 0.25
Hex 50 30 44 0 28 F 45 142 19 19
Octal 120 60 104 0 50 17 105 502 31 31
Binary 1010000 110000 1000100 0 101000 1111 1000101 101000010 11001 11001

Color Harmonies of #503044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503044

Black with #503044

Text Example


Text Example

White with #503044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503044; }

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

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

background-color css

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

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

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

border-color css

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

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

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