Html Css Color HEX #503048 Loulou

📋 copy color: '#503048'

red 80 ◦ green 48 ◦ blue 72

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

Shades of Loulou #503048

Tints of Loulou #503048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#503048 (or 0x503048) is known color: Loulou. HEX triplet: 50, 30 and 48. RGB value is (80,48,72). Sum of RGB (Red+Green+Blue) = 80+48+72=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503048 is #AFCFB7. Grayscale: #3C3C3C. Windows color (decimal): -11521976 or 4730960. OLE color: 4730960.

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

Color convert

RGB 80 48 72 -
CMYK 0 0.40 0.10 0.69
HSL 315º 0.25% 0.25% -
HSV(B) 315º 0.4% 0.31% -
XYZ 5.53 4.29 6.67 -
YUV 60.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 80 48 72 0 0.40 0.10 0.69 315 0.25 0.25
Hex 50 30 48 0 28 A 45 13B 19 19
Octal 120 60 110 0 50 12 105 473 31 31
Binary 1010000 110000 1001000 0 101000 1010 1000101 100111011 11001 11001

Color Harmonies of #503048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503048

Black with #503048

Text Example


Text Example

White with #503048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503048; }

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

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

background-color css

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

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

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

border-color css

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

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

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