Html Css Color HEX #503646 Loulou

📋 copy color: '#503646'

red 80 ◦ green 54 ◦ blue 70

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

Shades of Loulou #503646

Tints of Loulou #503646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 39.22%
G = 26.47%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#503646 (or 0x503646) is known color: Loulou. HEX triplet: 50, 36 and 46. RGB value is (80,54,70). Sum of RGB (Red+Green+Blue) = 80+54+70=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #503646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503646 is #AFC9B9. Grayscale: #3F3F3F. Windows color (decimal): -11520442 or 4601424. OLE color: 4601424.

HSL color Cylindrical-coordinate representation of color #503646: hue angle of 323.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503646 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 70 -
CMYK 0 0.33 0.12 0.69
HSL 323.08º 0.19% 0.26% -
HSV(B) 323.08º 0.33% 0.31% -
XYZ 5.73 4.79 6.42 -
YUV 63.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 80 54 70 0 0.33 0.12 0.69 323.08 0.19 0.26
Hex 50 36 46 0 21 C 45 143 13 1A
Octal 120 66 106 0 41 14 105 503 23 32
Binary 1010000 110110 1000110 0 100001 1100 1000101 101000011 10011 11010

Color Harmonies of #503646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503646

Black with #503646

Text Example


Text Example

White with #503646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503646; }

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

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

background-color css

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

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

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

border-color css

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

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

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