Html Css Color HEX #503348 Loulou

📋 copy color: '#503348'

red 80 ◦ green 51 ◦ blue 72

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

Shades of Loulou #503348

Tints of Loulou #503348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 39.41%
G = 25.12%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#503348 (or 0x503348) is known color: Loulou. HEX triplet: 50, 33 and 48. RGB value is (80,51,72). Sum of RGB (Red+Green+Blue) = 80+51+72=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #503348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503348 is #AFCCB7. Grayscale: #3E3E3E. Windows color (decimal): -11521208 or 4731728. OLE color: 4731728.

HSL color Cylindrical-coordinate representation of color #503348: hue angle of 316.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503348 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 72 -
CMYK 0 0.36 0.10 0.69
HSL 316.55º 0.22% 0.26% -
HSV(B) 316.55º 0.36% 0.31% -
XYZ 5.66 4.54 6.71 -
YUV 62.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 80 51 72 0 0.36 0.10 0.69 316.55 0.22 0.26
Hex 50 33 48 0 24 A 45 13D 16 1A
Octal 120 63 110 0 44 12 105 475 26 32
Binary 1010000 110011 1001000 0 100100 1010 1000101 100111101 10110 11010

Color Harmonies of #503348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503348

Black with #503348

Text Example


Text Example

White with #503348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503348; }

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

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

background-color css

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

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

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

border-color css

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

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

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